32-bit releases
This commit is contained in:
@@ -224,7 +224,7 @@ class MountItems extends IPCContainer {
|
||||
return ((i === 'GooboxS3') && this.props.gooboxS3Supported) ||
|
||||
((i === 'Skynet') && this.props.skynetSupported) ||
|
||||
((i === 'ScPrime') && this.props.scPrimeSupported) ||
|
||||
((i !== 'GooboxS3') && (i !== 'Skynet') && (i !== 'ScPrime'));
|
||||
((i === 'Sia') && this.props.siaSupported);
|
||||
});
|
||||
|
||||
let remoteList = [];
|
||||
|
||||
Reference in New Issue
Block a user