fix: leave space at bottom of space context menu
This commit is contained in:
parent
c79f45e5e6
commit
89d83faaf6
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