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