From 8e80800674d6ca6eb9f429903b6cba6533952bea Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Wed, 9 Oct 2019 12:39:18 -0500 Subject: [PATCH] Fix layout --- src/containers/MountItems/MountItems.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/containers/MountItems/MountItems.js b/src/containers/MountItems/MountItems.js index 97eca1f..69a708c 100644 --- a/src/containers/MountItems/MountItems.js +++ b/src/containers/MountItems/MountItems.js @@ -343,9 +343,7 @@ class MountItems extends IPCContainer { items.push(
) } - if (this.props.RemoteMounts.length > 0) { - items.splice(items.length - 1, 1); - } + items.splice(items.length - 1, 1); } else { items.splice(items.length - 1, 1) }