summaryrefslogtreecommitdiff
path: root/src/containers/map/RoomContainer.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/containers/map/RoomContainer.js')
-rw-r--r--src/containers/map/RoomContainer.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/containers/map/RoomContainer.js b/src/containers/map/RoomContainer.js
index 2d078e09..9edcb096 100644
--- a/src/containers/map/RoomContainer.js
+++ b/src/containers/map/RoomContainer.js
@@ -5,7 +5,7 @@ import RoomGroup from "../../components/map/groups/RoomGroup";
const mapStateToProps = (state, ownProps) => {
return {
interactionLevel: state.interactionLevel,
- currentRoomInConstruction: state.currentRoomInConstruction,
+ currentRoomInConstruction: state.construction.currentRoomInConstruction,
room: state.objects.room[ownProps.roomId],
};
};