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

Commit eb72199

Browse files
t3chguyc-cal
andauthored
[Release] Fix space member list not opening (#7755)
Co-authored-by: Charlie Calendre <[email protected]>
1 parent 4c3c20a commit eb72199

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/components/structures/SpaceRoomView.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,7 @@ const SpaceInfo = ({ space }: { space: Room }) => {
163163
kind="link"
164164
className="mx_SpaceRoomView_info_memberCount"
165165
onClick={() => {
166-
RightPanelStore.instance.setCard({
167-
phase: RightPanelPhases.RoomMemberList,
168-
state: { spaceId: space.roomId },
169-
});
166+
RightPanelStore.instance.setCard({ phase: RightPanelPhases.SpaceMemberList });
170167
}}
171168
>
172169
{ _t("%(count)s members", { count }) }

0 commit comments

Comments
 (0)