style: Hacer que el historial de misiones aparezca plegado por defecto
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user