bug resolution

This commit is contained in:
Lukian LEIZOUR 2024-06-05 15:45:47 +02:00
parent 62b67b94b0
commit 5971eea3cb
2 changed files with 11 additions and 6 deletions

View file

@ -124,7 +124,7 @@ export default function Home() {
<p className='helper'>{helper}</p>
))))}
</div>
<HelpButton gameid={game.id} helpingprop={JSON.parse(game.helpers).includes(user.username)} token={token} />
<HelpButton gameid={game.id} helpingprop={JSON.parse(game.helpers).includes(user.username)} user={user} token={token} />
</div>
</div>
</div>