Layout changes

This commit is contained in:
2020-12-11 22:04:12 -06:00
parent 0ddddec220
commit ac8a9cf938
3 changed files with 9 additions and 7 deletions

View File

@@ -363,7 +363,7 @@ class Configuration extends IPCContainer {
this.props.DisplayConfiguration) + ' Configuration '}
</h1>
<div style={{overflowY: 'auto', height: '90%'}}>
{this.props.MState.Mounted ? <Button
{this.props.MState.Mounted && (configurationItems.length > 0) ? <Button
buttonStyles={{width: 'auto', height: 'auto', marginLeft: 'auto', marginRight: '4px'}}
clicked={() => {
this.props.displayPinnedManager(true);