summaryrefslogtreecommitdiff
path: root/opendc-web/opendc-web-ui/src/redux/reducers/topology/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'opendc-web/opendc-web-ui/src/redux/reducers/topology/index.js')
-rw-r--r--opendc-web/opendc-web-ui/src/redux/reducers/topology/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/opendc-web/opendc-web-ui/src/redux/reducers/topology/index.js b/opendc-web/opendc-web-ui/src/redux/reducers/topology/index.js
index b1c7d29e..2c849387 100644
--- a/opendc-web/opendc-web-ui/src/redux/reducers/topology/index.js
+++ b/opendc-web/opendc-web-ui/src/redux/reducers/topology/index.js
@@ -35,7 +35,7 @@ function objects(state = {}, action) {
storages: STORAGE_UNITS,
machines: machine(state.machines, action, state),
racks: rack(state.racks, action, state),
- tiles: tile(state.tiles, action, state),
+ tiles: tile(state.tiles, action),
rooms: room(state.rooms, action, state),
root: topology(state.root, action, state),
}