Support 1.2
This commit is contained in:
@@ -117,8 +117,8 @@ class App extends IPCContainer {
|
|||||||
const scPrimeSupported = this.props.LocationsLookup[selectedVersion] &&
|
const scPrimeSupported = this.props.LocationsLookup[selectedVersion] &&
|
||||||
this.props.LocationsLookup[selectedVersion].siaprime_support;
|
this.props.LocationsLookup[selectedVersion].siaprime_support;
|
||||||
|
|
||||||
const siaSupported = this.props.LocationsLookup[selectedVersion] &&
|
const siaSupported = Constants.RELEASES_URL.endsWith('releases_1.1.json') || (this.props.LocationsLookup[selectedVersion] &&
|
||||||
this.props.LocationsLookup[selectedVersion].sia_support;
|
this.props.LocationsLookup[selectedVersion].sia_support);
|
||||||
|
|
||||||
const showConfig = !missingDependencies &&
|
const showConfig = !missingDependencies &&
|
||||||
this.props.DisplayConfiguration &&
|
this.props.DisplayConfiguration &&
|
||||||
|
|||||||
Reference in New Issue
Block a user