mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 20:54:59 +08:00
[Release] Fix space member list not opening (#7755)
Co-authored-by: Charlie Calendre <57274151+c-cal@users.noreply.github.com>
This commit is contained in:
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
Block a user