From 1f4616cbf9c82e4976d1f4b4c018d5e9ff83ad10 Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Wed, 8 Nov 2017 10:28:33 +0100 Subject: Implement room editing Allows for rooms to be edited from the room context menu. Fixes #24 --- .../app/sidebars/topology/building/NewRoomConstructionComponent.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/app/sidebars/topology/building') diff --git a/src/components/app/sidebars/topology/building/NewRoomConstructionComponent.js b/src/components/app/sidebars/topology/building/NewRoomConstructionComponent.js index a559c8dd..7b049642 100644 --- a/src/components/app/sidebars/topology/building/NewRoomConstructionComponent.js +++ b/src/components/app/sidebars/topology/building/NewRoomConstructionComponent.js @@ -8,7 +8,7 @@ const NewRoomConstructionComponent = ({ }) => { if (currentRoomInConstruction === -1) { return ( -
+
Construct a new room
-- cgit v1.2.3