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

Commit

Permalink
Merge pull request #9535 from hanadi92/fix-leave-space-at-bottom
Browse files Browse the repository at this point in the history
Fix: Move "Leave Space" option to the bottom of space context menu
  • Loading branch information
florianduros authored Nov 3, 2022
2 parents 5f540eb + d744de0 commit 683fa29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/views/context_menus/SpaceContextMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -261,9 +261,9 @@ const SpaceContextMenu = ({ space, hideHeader, onFinished, ...props }: IProps) =
label={_t("Preferences")}
onClick={onPreferencesClick}
/>
{ devtoolsOption }
{ settingsOption }
{ leaveOption }
{ devtoolsOption }
{ newRoomSection }
</IconizedContextMenuOptionList>
</IconizedContextMenu>;
Expand Down

0 comments on commit 683fa29

Please sign in to comment.