From 5dab9003c213ec9a99d7d64a238eddd844a08645 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Mon, 20 Nov 2023 21:20:08 +0100 Subject: [PATCH] Updated the Join.jsx page --- client/src/pages/Join/Join.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/pages/Join/Join.jsx b/client/src/pages/Join/Join.jsx index 4f237e1..e9447a2 100644 --- a/client/src/pages/Join/Join.jsx +++ b/client/src/pages/Join/Join.jsx @@ -49,7 +49,7 @@ export const Join = () => { {state === "join" && } {state === "waiting" && } - {state === "input" && } + {state === "input" && } {state === "end" &&

Ende

Das Spiel ist vorbei!