footer return false
This commit is contained in:
@@ -52,6 +52,8 @@ function GameFooter(props) {
|
||||
sendInstanceState,
|
||||
} = props;
|
||||
|
||||
if (!game) return false; // ???
|
||||
|
||||
const playerTeam = game.players.find(t => t.id === account.id);
|
||||
|
||||
function quitClick() {
|
||||
|
||||
Reference in New Issue
Block a user