Small fixes and requireSignIn now working.

This commit is contained in:
Håvar Aambø Fosstveit
2019-10-24 12:43:11 +02:00
parent 5adb08e184
commit f38c5e38c5
9 changed files with 127 additions and 38 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ const App = (props) =>
room
} = props;
if (room.lockedOut)
if (room.inLobby)
{
return (
<Lobby />