diff --git a/src/app/organisms/room/RoomSettings.jsx b/src/app/organisms/room/RoomSettings.jsx index beab5cbc..bd083c13 100644 --- a/src/app/organisms/room/RoomSettings.jsx +++ b/src/app/organisms/room/RoomSettings.jsx @@ -75,6 +75,7 @@ function GeneralSettings({ roomId }) { return ( <>
+ Options openInviteUser(roomId)} diff --git a/src/app/organisms/space-settings/SpaceSettings.jsx b/src/app/organisms/space-settings/SpaceSettings.jsx index 7f0e0d24..c3f7e29d 100644 --- a/src/app/organisms/space-settings/SpaceSettings.jsx +++ b/src/app/organisms/space-settings/SpaceSettings.jsx @@ -57,6 +57,7 @@ function GeneralSettings({ roomId }) { return ( <>
+ Options { if (isPinned) deleteSpaceShortcut(roomId);