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")}
|
label={_t("Preferences")}
|
||||||
onClick={onPreferencesClick}
|
onClick={onPreferencesClick}
|
||||||
/>
|
/>
|
||||||
|
{ devtoolsOption }
|
||||||
{ settingsOption }
|
{ settingsOption }
|
||||||
{ leaveOption }
|
{ leaveOption }
|
||||||
{ devtoolsOption }
|
|
||||||
{ newRoomSection }
|
{ newRoomSection }
|
||||||
</IconizedContextMenuOptionList>
|
</IconizedContextMenuOptionList>
|
||||||
</IconizedContextMenu>;
|
</IconizedContextMenu>;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue