summaryrefslogtreecommitdiff
path: root/frontend/src/containers/app/sidebars/topology/rack/EmptySlotContainer.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/containers/app/sidebars/topology/rack/EmptySlotContainer.js')
-rw-r--r--frontend/src/containers/app/sidebars/topology/rack/EmptySlotContainer.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/containers/app/sidebars/topology/rack/EmptySlotContainer.js b/frontend/src/containers/app/sidebars/topology/rack/EmptySlotContainer.js
index 07439dc9..d580a3e0 100644
--- a/frontend/src/containers/app/sidebars/topology/rack/EmptySlotContainer.js
+++ b/frontend/src/containers/app/sidebars/topology/rack/EmptySlotContainer.js
@@ -4,7 +4,7 @@ import EmptySlotComponent from '../../../../../components/app/sidebars/topology/
const mapStateToProps = state => {
return {
- inSimulation: state.currentExperimentId !== -1,
+ inSimulation: state.currentExperimentId !== '-1',
}
}