From 0a8985a672fdc12a3cf25837635ff73fb1b0b793 Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Fri, 3 Jul 2020 11:47:23 +0200 Subject: Fix formatting --- frontend/src/sagas/topology.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/src') diff --git a/frontend/src/sagas/topology.js b/frontend/src/sagas/topology.js index f86dcdc3..2e55156b 100644 --- a/frontend/src/sagas/topology.js +++ b/frontend/src/sagas/topology.js @@ -73,7 +73,7 @@ export function* onDeleteTopology(action) { const topologyIds = yield select((state) => state.objects.simulation[currentSimulationId].topologyIds) const currentTopologyId = yield select((state) => state.currentTopologyId) if (currentTopologyId === action.id) { - yield put(setCurrentTopology(topologyIds.filter(t => t !== action.id)[0])) + yield put(setCurrentTopology(topologyIds.filter((t) => t !== action.id)[0])) } yield call(deleteTopology, action.id) -- cgit v1.2.3