Merge pull request #9535 from hanadi92/fix-leave-space-at-bottom
Fix: Move "Leave Space" option to the bottom of space context menupull/28788/head^2
commit
683fa290a9
|
@ -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 New Issue