Fix layout
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user