diff options
Diffstat (limited to 'frontend/src/containers/app/map/RackContainer.js')
| -rw-r--r-- | frontend/src/containers/app/map/RackContainer.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/containers/app/map/RackContainer.js b/frontend/src/containers/app/map/RackContainer.js index 362ba2e2..34e7bbab 100644 --- a/frontend/src/containers/app/map/RackContainer.js +++ b/frontend/src/containers/app/map/RackContainer.js @@ -3,7 +3,7 @@ import RackGroup from '../../../components/app/map/groups/RackGroup' import { getStateLoad } from '../../../util/simulation-load' const mapStateToProps = (state, ownProps) => { - const inSimulation = state.currentExperimentId !== -1 + const inSimulation = state.currentExperimentId !== '-1' let rackLoad = undefined if (inSimulation) { |
