mirror of https://github.com/vector-im/riot-web
Fix space member list not opening (#7609)
parent
010cbadc8e
commit
55ec1bdc85
|
@ -471,7 +471,7 @@ const SpaceLanding = ({ space }: { space: Room }) => {
|
|||
}
|
||||
|
||||
const onMembersClick = () => {
|
||||
RightPanelStore.instance.setCard({ phase: RightPanelPhases.RoomMemberList, state: { spaceId: space.roomId } });
|
||||
RightPanelStore.instance.setCard({ phase: RightPanelPhases.SpaceMemberList });
|
||||
};
|
||||
|
||||
return <div className="mx_SpaceRoomView_landing">
|
||||
|
|
Loading…
Reference in New Issue