diff --git a/client/src/components/GameBoard.tsx b/client/src/components/GameBoard.tsx index 28205bd..bb6652c 100644 --- a/client/src/components/GameBoard.tsx +++ b/client/src/components/GameBoard.tsx @@ -31,7 +31,7 @@ export default function GameBoard({ gameState, currentPlayerId, actions, fullPla const [isPlayersCollapsed, setIsPlayersCollapsed] = useState(false); // Estado para controlar el colapso del historial de misiones - const [isHistoryCollapsed, setIsHistoryCollapsed] = useState(false); + const [isHistoryCollapsed, setIsHistoryCollapsed] = useState(true); // Timer para avanzar automáticamente en REVEAL_ROLE