diff --git a/frontend/src/app/lobby/page.tsx b/frontend/src/app/lobby/page.tsx index ed911d5..d8ec983 100644 --- a/frontend/src/app/lobby/page.tsx +++ b/frontend/src/app/lobby/page.tsx @@ -323,6 +323,7 @@ export default function Lobby() { return (
+
{(state == "playing" || state == "waiting") && ( @@ -335,7 +336,6 @@ export default function Lobby() {
)}
-