diff --git a/CAMBIOS_SESION_2025-12-08.txt b/CAMBIOS_SESION_2025-12-08.md similarity index 100% rename from CAMBIOS_SESION_2025-12-08.txt rename to CAMBIOS_SESION_2025-12-08.md diff --git a/client/src/components/GameBoard.tsx b/client/src/components/GameBoard.tsx index 517cf96..b82b2ba 100644 --- a/client/src/components/GameBoard.tsx +++ b/client/src/components/GameBoard.tsx @@ -120,7 +120,7 @@ export default function GameBoard({ gameState, currentPlayerId, actions }: GameB
- Se necesitan {currentQuestSize} agentes para la misión #{gameState.currentRound}. -
+ {isLeader && ( ++ Se necesitan {currentQuestSize} agentes para la misión #{gameState.currentRound}. +
+ )} {/* Contador de seleccionados */} {isLeader && ( @@ -790,9 +800,9 @@ export default function GameBoard({ gameState, currentPlayerId, actions }: GameB