summaryrefslogtreecommitdiff
path: root/frontend/src/containers/app/map/TopologyContainer.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/containers/app/map/TopologyContainer.js')
-rw-r--r--frontend/src/containers/app/map/TopologyContainer.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/containers/app/map/TopologyContainer.js b/frontend/src/containers/app/map/TopologyContainer.js
index 37cc5a06..6f14d6cd 100644
--- a/frontend/src/containers/app/map/TopologyContainer.js
+++ b/frontend/src/containers/app/map/TopologyContainer.js
@@ -2,7 +2,7 @@ import { connect } from 'react-redux'
import TopologyGroup from '../../../components/app/map/groups/TopologyGroup'
const mapStateToProps = state => {
- if (state.currentTopologyId === -1) {
+ if (state.currentTopologyId === '-1') {
return {}
}