From e9909159dc5db91eda12437e18c1474cae848af7 Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Thu, 7 Sep 2017 11:38:42 +0200 Subject: Implement first machine slot listing --- src/containers/map/layers/ObjectHoverLayer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/containers/map/layers/ObjectHoverLayer.js') diff --git a/src/containers/map/layers/ObjectHoverLayer.js b/src/containers/map/layers/ObjectHoverLayer.js index e9df0384..138daa2c 100644 --- a/src/containers/map/layers/ObjectHoverLayer.js +++ b/src/containers/map/layers/ObjectHoverLayer.js @@ -5,7 +5,7 @@ import {findTileWithPosition} from "../../../util/tile-calculations"; const mapStateToProps = state => { return { - isEnabled: () => state.construction.inObjectConstructionMode, + isEnabled: () => state.construction.inRackConstructionMode, isValid: (x, y) => { if (state.interactionLevel.mode !== "ROOM") { return false; -- cgit v1.2.3