diff --git a/app/components/GameScreen.tsx b/app/components/GameScreen.tsx index 4d3ff10..51a5437 100644 --- a/app/components/GameScreen.tsx +++ b/app/components/GameScreen.tsx @@ -94,10 +94,18 @@ export function GameScreen({ ))} +
+ Manche {room.round}/{room.totalRounds} +
{isHost ? (
- - + {room.round < room.totalRounds + ? + : + } + {room.round < room.totalRounds && ( + + )}
) : (

En attente de l'hôte...