Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 55ec1bd

Browse files
Fix space member list not opening (#7609)
1 parent 010cbad commit 55ec1bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/structures/SpaceRoomView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ const SpaceLanding = ({ space }: { space: Room }) => {
471471
}
472472

473473
const onMembersClick = () => {
474-
RightPanelStore.instance.setCard({ phase: RightPanelPhases.RoomMemberList, state: { spaceId: space.roomId } });
474+
RightPanelStore.instance.setCard({ phase: RightPanelPhases.SpaceMemberList });
475475
};
476476

477477
return <div className="mx_SpaceRoomView_landing">

0 commit comments

Comments
 (0)