style: Hacer que el historial de misiones aparezca plegado por defecto

This commit is contained in:
Resistencia Dev
2025-12-22 17:50:08 +01:00
parent 12ac47e6c1
commit 6e9f4512fb

View File

@@ -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