commit
This commit is contained in:
parent
2be1074ce5
commit
a2a6d9d11e
4 changed files with 23 additions and 2 deletions
|
@ -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 ? () => { } : (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue