mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 01:35:49 +03:00
Merge pull request #9535 from hanadi92/fix-leave-space-at-bottom
Fix: Move "Leave Space" option to the bottom of space context menu
This commit is contained in:
commit
683fa290a9
1 changed files with 1 additions and 1 deletions
|
@ -261,9 +261,9 @@ const SpaceContextMenu = ({ space, hideHeader, onFinished, ...props }: IProps) =
|
|||
label={_t("Preferences")}
|
||||
onClick={onPreferencesClick}
|
||||
/>
|
||||
{ devtoolsOption }
|
||||
{ settingsOption }
|
||||
{ leaveOption }
|
||||
{ devtoolsOption }
|
||||
{ newRoomSection }
|
||||
</IconizedContextMenuOptionList>
|
||||
</IconizedContextMenu>;
|
||||
|
|
Loading…
Reference in a new issue