diff --git a/app/src/components/JoinDialog.js b/app/src/components/JoinDialog.js
index 8a2bc23..3308622 100644
--- a/app/src/components/JoinDialog.js
+++ b/app/src/components/JoinDialog.js
@@ -286,14 +286,14 @@ const JoinDialog = ({
fullWidth
/>
{!room.inLobby && room.overRoomLimit &&
-
-
-
+
+
+
}
diff --git a/app/src/reducers/room.js b/app/src/reducers/room.js
index a4bbfb4..6d47d42 100644
--- a/app/src/reducers/room.js
+++ b/app/src/reducers/room.js
@@ -6,7 +6,7 @@ const initialState =
locked : false,
inLobby : false,
signInRequired : false,
- overRoomLimit : false,
+ overRoomLimit : false,
// access code to the room if locked and joinByAccessCode == true
accessCode : '',
// if true: accessCode is a possibility to open the room