diff --git a/src/containers/MountItems/MountItems.js b/src/containers/MountItems/MountItems.js index 5460c12..b9f77fa 100644 --- a/src/containers/MountItems/MountItems.js +++ b/src/containers/MountItems/MountItems.js @@ -319,7 +319,7 @@ class MountItems extends IPCContainer { this.props.ProviderState[provider].AutoMount && !mounted && (location.length > 0)) { - this.handleMountUnMount(provider, this.props.RemoteMounts.includes(provider),true, location); + this.handleMountUnMount(provider, this.props.RemoteMounts.includes(provider), this.props.S3Mounts.includes(provider), true, location); } };