summaryrefslogtreecommitdiff
path: root/frontend/src/containers/app/sidebars/topology/rack/MachineContainer.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/containers/app/sidebars/topology/rack/MachineContainer.js')
-rw-r--r--frontend/src/containers/app/sidebars/topology/rack/MachineContainer.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/containers/app/sidebars/topology/rack/MachineContainer.js b/frontend/src/containers/app/sidebars/topology/rack/MachineContainer.js
index 89818f1d..43558329 100644
--- a/frontend/src/containers/app/sidebars/topology/rack/MachineContainer.js
+++ b/frontend/src/containers/app/sidebars/topology/rack/MachineContainer.js
@@ -5,7 +5,7 @@ import { getStateLoad } from '../../../../../util/simulation-load'
const mapStateToProps = (state, ownProps) => {
const machine = state.objects.machine[ownProps.machineId]
- const inSimulation = state.currentExperimentId !== -1
+ const inSimulation = state.currentExperimentId !== '-1'
let machineLoad = undefined
if (inSimulation) {