You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-12-08 17:48:33 +03:00
Fix space member list not opening (#7609)
This commit is contained in:
@@ -471,7 +471,7 @@ const SpaceLanding = ({ space }: { space: Room }) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const onMembersClick = () => {
|
const onMembersClick = () => {
|
||||||
RightPanelStore.instance.setCard({ phase: RightPanelPhases.RoomMemberList, state: { spaceId: space.roomId } });
|
RightPanelStore.instance.setCard({ phase: RightPanelPhases.SpaceMemberList });
|
||||||
};
|
};
|
||||||
|
|
||||||
return <div className="mx_SpaceRoomView_landing">
|
return <div className="mx_SpaceRoomView_landing">
|
||||||
|
|||||||
Reference in New Issue
Block a user