Small fixes and requireSignIn now working.
This commit is contained in:
@@ -11,7 +11,7 @@ const App = (props) =>
|
||||
room
|
||||
} = props;
|
||||
|
||||
if (room.lockedOut)
|
||||
if (room.inLobby)
|
||||
{
|
||||
return (
|
||||
<Lobby />
|
||||
|
||||
Reference in New Issue
Block a user