Fix space member list not opening (#7609)

pull/21833/head
Šimon Brandner 2022-01-24 10:03:56 +01:00 committed by GitHub
parent 010cbadc8e
commit 55ec1bdc85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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">