diff --git a/client/src/Board.js b/client/src/Board.js index 50bb06d..cb085b6 100755 --- a/client/src/Board.js +++ b/client/src/Board.js @@ -283,7 +283,7 @@ const Action = ({ board }) => { { board.game.state == 'lobby' && <> - + } { board.game.state === 'game-order' && }