From f119fc78dda4d1e828dde04f378a63a93e3a0a7e Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Thu, 2 Jul 2020 18:39:28 +0200 Subject: Add current progress on frontend port --- frontend/src/reducers/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'frontend/src/reducers/index.js') diff --git a/frontend/src/reducers/index.js b/frontend/src/reducers/index.js index a5b14f4a..1c3ee145 100644 --- a/frontend/src/reducers/index.js +++ b/frontend/src/reducers/index.js @@ -1,7 +1,7 @@ import { combineReducers } from 'redux' import { auth } from './auth' import { construction } from './construction-mode' -import { currentDatacenterId, currentSimulationId } from './current-ids' +import { currentTopologyId, currentSimulationId } from './current-ids' import { interactionLevel } from './interaction-level' import { map } from './map' import { modals } from './modals' @@ -18,7 +18,7 @@ const rootReducer = combineReducers({ construction, map, currentSimulationId, - currentDatacenterId, + currentTopologyId, currentExperimentId, currentTick, lastSimulatedTick, -- cgit v1.2.3