diff --git a/src/App.js b/src/App.js index 794d27c..dc6ecb8 100644 --- a/src/App.js +++ b/src/App.js @@ -111,7 +111,6 @@ class App extends IPCContainer { let s3Supported = this.props.LocationsLookup[selectedVersion] && this.props.LocationsLookup[selectedVersion].s3_support; - s3Supported = true; const skynetSupported = this.props.LocationsLookup[selectedVersion] && this.props.LocationsLookup[selectedVersion].skynet_support; diff --git a/src/containers/MountItems/MountItem/MountItem.js b/src/containers/MountItems/MountItem/MountItem.js index 733dbb1..b549613 100644 --- a/src/containers/MountItems/MountItem/MountItem.js +++ b/src/containers/MountItems/MountItem/MountItem.js @@ -176,6 +176,7 @@ export default connect(mapStateToProps, mapDispatchToProps)(props => { ); } + const isSkynet = (props.provider === 'Skynet'); return (