From 6e9f4512fbb7d68e819eaf291dac02c976082a50 Mon Sep 17 00:00:00 2001 From: Resistencia Dev Date: Mon, 22 Dec 2025 17:50:08 +0100 Subject: [PATCH] style: Hacer que el historial de misiones aparezca plegado por defecto --- client/src/components/GameBoard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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