From b7ce6892f08d7c61b32f2e678413832f693d8f67 Mon Sep 17 00:00:00 2001 From: Mitchell McCaffrey Date: Fri, 20 Mar 2020 20:31:22 +1100 Subject: [PATCH] Disable join button when no input is given --- src/routes/Join.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/Join.js b/src/routes/Join.js index 69757d9..dec4de2 100644 --- a/src/routes/Join.js +++ b/src/routes/Join.js @@ -34,7 +34,7 @@ function Join() { value={gameId || ""} onChange={handleChange} /> - +