You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-12-07 03:42:20 +03:00
Fix space member list not opening (#7747)
This commit is contained in:
@@ -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 }) }
|
||||
|
||||
Reference in New Issue
Block a user