Merge pull request #9535 from hanadi92/fix-leave-space-at-bottom

Fix: Move "Leave Space" option to the bottom of space context menu
pull/28788/head^2
Florian Duros 2022-11-03 14:55:30 +01:00 committed by GitHub
commit 683fa290a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -261,9 +261,9 @@ const SpaceContextMenu = ({ space, hideHeader, onFinished, ...props }: IProps) =
label={_t("Preferences")} label={_t("Preferences")}
onClick={onPreferencesClick} onClick={onPreferencesClick}
/> />
{ devtoolsOption }
{ settingsOption } { settingsOption }
{ leaveOption } { leaveOption }
{ devtoolsOption }
{ newRoomSection } { newRoomSection }
</IconizedContextMenuOptionList> </IconizedContextMenuOptionList>
</IconizedContextMenu>; </IconizedContextMenu>;