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
@@ -164,7 +164,6 @@ const mapStateToProps = (state) =>
return {
room : state.room,
lobbyPeers : lobbyPeersKeySelector(state)
};
};