This commit is contained in:
Lukian LEIZOUR 2024-06-02 22:40:20 +02:00
parent 2be1074ce5
commit a2a6d9d11e
4 changed files with 23 additions and 2 deletions

View file

@ -117,7 +117,7 @@ export default function Home() {
<div className='game-bottom'>
<div className='helpers'>
{JSON.parse(game.helpers).length === 0 ? (
<p className='no-helper'>Aucun membre ne connait les rêgles</p>
<p className='no-helper'>Personne</p>
) :
(JSON.parse(game.helpers).map((helper) => (
helper === user.username ? () => { } : (