Fix configuration detection

This commit is contained in:
Scott E. Graves
2018-10-02 16:20:14 -05:00
parent 85d8dc8c01
commit aedcbdf898

View File

@@ -528,7 +528,7 @@ class App extends Component {
const allowMount = this.state.RepertoryVersion !== 'none';
const missingDependencies = (this.state.MissingDependencies.length > 0);
const allowConfig = this.state.LocationsLookup[selectedVersion] &&
this.state.LocationsLookup[selectedVersion].config_allowed;
this.state.LocationsLookup[selectedVersion].config_support;
const showDependencies = missingDependencies &&
!this.state.DownloadActive;