diff --git a/client/src/components/GameBoard.tsx b/client/src/components/GameBoard.tsx index 109a583..bbd119f 100644 --- a/client/src/components/GameBoard.tsx +++ b/client/src/components/GameBoard.tsx @@ -897,7 +897,7 @@ export default function GameBoard({ gameState, currentPlayerId, actions, fullPla {/* HISTÓRICO DE MISIONES (Esquina superior derecha) */} {gameState.missionHistory.length > 0 && (