summaryrefslogtreecommitdiff
path: root/frontend/src/containers/app/map/TileContainer.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/containers/app/map/TileContainer.js')
-rw-r--r--frontend/src/containers/app/map/TileContainer.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/containers/app/map/TileContainer.js b/frontend/src/containers/app/map/TileContainer.js
index 7d9f7754..28289206 100644
--- a/frontend/src/containers/app/map/TileContainer.js
+++ b/frontend/src/containers/app/map/TileContainer.js
@@ -5,7 +5,7 @@ import { getStateLoad } from '../../../util/simulation-load'
const mapStateToProps = (state, ownProps) => {
const tile = state.objects.tile[ownProps.tileId]
- const inSimulation = state.currentExperimentId !== -1
+ const inSimulation = state.currentExperimentId !== '-1'
let roomLoad = undefined
if (inSimulation) {