diff --git a/components/Modals/CreateOrUpdateRoom.tsx b/components/Modals/CreateOrUpdateRoom.tsx
index 061503c..8e169a6 100644
--- a/components/Modals/CreateOrUpdateRoom.tsx
+++ b/components/Modals/CreateOrUpdateRoom.tsx
@@ -338,6 +338,38 @@ export default function CreateOrUpdateRoomModal(props: IModalProps) {
)}
+ {/* people selection */}
+
+
+ People
+ {/* team or personal */}
+
+
+
+ Visible}
+ unCheckedChildren={Private}
+ />
+
+
+ Team sees this room.
+
+
+
+
+
+ Optional - Add any mandatory attendees you want or just tell them
+ later.
+
+ {MemberSelection()}
+
+
{showMoreDetails ? (
<>
@@ -349,29 +381,6 @@ export default function CreateOrUpdateRoomModal(props: IModalProps) {
Hide details...
-
- People
-
- {/* team or personal */}
-
-
-
-
- Whole team sees this room.
-
-
-
- Optional - Add any mandatory attendees you want or just tell
- them later and they will see it in the team rooms.
-
- {MemberSelection()}
-
-
Agenda