[Release] Fix space member list not opening (#7755)
Co-authored-by: Charlie Calendre <57274151+c-cal@users.noreply.github.com>pull/21833/head
parent
4c3c20ae62
commit
eb72199808
|
@ -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