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 + /> +