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

Commit

Permalink
Fix space member list not opening (#7747)
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cal authored Feb 8, 2022
1 parent f179b7c commit 0a45ae0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/components/structures/SpaceRoomView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,7 @@ const SpaceInfo = ({ space }: { space: Room }) => {
kind="link"
className="mx_SpaceRoomView_info_memberCount"
onClick={() => {
RightPanelStore.instance.setCard({
phase: RightPanelPhases.RoomMemberList,
state: { spaceId: space.roomId },
});
RightPanelStore.instance.setCard({ phase: RightPanelPhases.SpaceMemberList });
}}
>
{ _t("%(count)s members", { count }) }
Expand Down

0 comments on commit 0a45ae0

Please sign in to comment.