mirror of https://github.com/vector-im/riot-web
Fix space member list not opening (#7747)
parent
f179b7c3a8
commit
0a45ae0781
|
@ -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 }) }
|
||||||
|
|
Loading…
Reference in New Issue