fix: leave space at bottom of space context menu
This commit is contained in:
@@ -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>;
|
||||||
|
|||||||
Reference in New Issue
Block a user