Fix layout

This commit is contained in:
2019-10-09 12:39:18 -05:00
parent e495ca720c
commit 8e80800674

View File

@@ -343,9 +343,7 @@ class MountItems extends IPCContainer {
items.push(<div key={'it_' + items.length}
style={{paddingTop: '8px'}}/>)
}
if (this.props.RemoteMounts.length > 0) {
items.splice(items.length - 1, 1);
}
} else {
items.splice(items.length - 1, 1)
}