mirror of
https://github.com/ets-cfuhrman-pfe/EvalueTonSavoir.git
synced 2025-08-11 21:23:54 -04:00
correction
This commit is contained in:
parent
7c7fe031f8
commit
1de68418e0
1 changed files with 1 additions and 1 deletions
|
|
@ -210,7 +210,7 @@ const JoinRoom: React.FC = () => {
|
||||||
default:
|
default:
|
||||||
return (
|
return (
|
||||||
<LoginContainer
|
<LoginContainer
|
||||||
title={isQRCodeJoin ? `Rejoindre la ${roomName}` : 'Rejoindre une salle'}
|
title={isQRCodeJoin ? `Rejoindre la salle ${roomName}` : 'Rejoindre une salle'}
|
||||||
error={connectionError}
|
error={connectionError}
|
||||||
>
|
>
|
||||||
{/* Afficher champ salle SEULEMENT si pas de QR code */}
|
{/* Afficher champ salle SEULEMENT si pas de QR code */}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue