Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 683fa29

Browse files
authored
Merge pull request #9535 from hanadi92/fix-leave-space-at-bottom
Fix: Move "Leave Space" option to the bottom of space context menu
2 parents 5f540eb + d744de0 commit 683fa29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/views/context_menus/SpaceContextMenu.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -261,9 +261,9 @@ const SpaceContextMenu = ({ space, hideHeader, onFinished, ...props }: IProps) =
261261
label={_t("Preferences")}
262262
onClick={onPreferencesClick}
263263
/>
264+
{ devtoolsOption }
264265
{ settingsOption }
265266
{ leaveOption }
266-
{ devtoolsOption }
267267
{ newRoomSection }
268268
</IconizedContextMenuOptionList>
269269
</IconizedContextMenu>;

0 commit comments

Comments
 (0)