You've already forked element-web
mirror of
https://github.com/element-hq/element-web.git
synced 2025-11-29 21:23:11 +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"
|
kind="link"
|
||||||
className="mx_SpaceRoomView_info_memberCount"
|
className="mx_SpaceRoomView_info_memberCount"
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
RightPanelStore.instance.setCard({
|
RightPanelStore.instance.setCard({ phase: RightPanelPhases.SpaceMemberList });
|
||||||
phase: RightPanelPhases.RoomMemberList,
|
|
||||||
state: { spaceId: space.roomId },
|
|
||||||
});
|
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{ _t("%(count)s members", { count }) }
|
{ _t("%(count)s members", { count }) }
|
||||||
|
|||||||
Reference in New Issue
Block a user