Fix configuration check
This commit is contained in:
@@ -465,7 +465,7 @@ class App extends Component {
|
|||||||
const allowMount = this.state.RepertoryVersion !== 'none';
|
const allowMount = this.state.RepertoryVersion !== 'none';
|
||||||
const missingDependencies = (this.state.MissingDependencies.length > 0);
|
const missingDependencies = (this.state.MissingDependencies.length > 0);
|
||||||
const allowConfig = this.state.LocationsLookup[selectedVersion] &&
|
const allowConfig = this.state.LocationsLookup[selectedVersion] &&
|
||||||
!this.state.LocationsLookup[selectedVersion].config_allowed;
|
this.state.LocationsLookup[selectedVersion].config_allowed;
|
||||||
|
|
||||||
const showDependencies = missingDependencies &&
|
const showDependencies = missingDependencies &&
|
||||||
!this.state.DownloadActive;
|
!this.state.DownloadActive;
|
||||||
|
|||||||
Reference in New Issue
Block a user