fix: leave space at bottom of space context menu

This commit is contained in:
Hanadi92 2022-11-02 22:41:54 +01:00
parent c79f45e5e6
commit 89d83faaf6

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>;