From 2091084bba6619db56bbe67421eb9fd004f4c13a Mon Sep 17 00:00:00 2001 From: "C. Fuhrman" Date: Tue, 24 Sep 2024 18:24:04 -0400 Subject: [PATCH] =?UTF-8?q?Nom=20de=20la=20salle=20devrait=20=C3=AAtre=20e?= =?UTF-8?q?n=20premier=20sur=20/student/join-room=20Fixes=20#80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/pages/Student/JoinRoom/JoinRoom.tsx | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/client/src/pages/Student/JoinRoom/JoinRoom.tsx b/client/src/pages/Student/JoinRoom/JoinRoom.tsx index 743b97b..7d8b942 100644 --- a/client/src/pages/Student/JoinRoom/JoinRoom.tsx +++ b/client/src/pages/Student/JoinRoom/JoinRoom.tsx @@ -151,16 +151,6 @@ const JoinRoom: React.FC = () => { title='Rejoindre une salle' error={connectionError}> - setUsername(e.target.value)} - placeholder="Nom d'utilisateur" - sx={{ marginBottom: '1rem' }} - fullWidth - /> - { fullWidth /> + setUsername(e.target.value)} + placeholder="Nom d'utilisateur" + sx={{ marginBottom: '1rem' }} + fullWidth + /> +