footer return false

This commit is contained in:
ntr 2019-09-25 12:30:52 +10:00
parent c6853674a7
commit ed716f43b6

View File

@ -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() {