diff --git a/src/apps/golf/components/GolfGame.tsx b/src/apps/golf/components/GolfGame.tsx index 4102f7f..29679e7 100644 --- a/src/apps/golf/components/GolfGame.tsx +++ b/src/apps/golf/components/GolfGame.tsx @@ -585,7 +585,7 @@ const GolfGame = ({ onGameIdChange, onPlayerIdChange, onPlayerNameChange, onConn ) : null} - {gameState.gamePhase === 'playing' && !gameState.drawnCard && gameState.allPlayersPeeked && ( + {gameState.gamePhase === 'playing' && !gameState.drawnCard && (