Fix layout
This commit is contained in:
@@ -343,9 +343,7 @@ class MountItems extends IPCContainer {
|
|||||||
items.push(<div key={'it_' + items.length}
|
items.push(<div key={'it_' + items.length}
|
||||||
style={{paddingTop: '8px'}}/>)
|
style={{paddingTop: '8px'}}/>)
|
||||||
}
|
}
|
||||||
if (this.props.RemoteMounts.length > 0) {
|
|
||||||
items.splice(items.length - 1, 1);
|
items.splice(items.length - 1, 1);
|
||||||
}
|
|
||||||
} else {
|
} else {
|
||||||
items.splice(items.length - 1, 1)
|
items.splice(items.length - 1, 1)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user