Quickfix
This commit is contained in:
parent
1e1003758d
commit
3d0bf2bfde
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ function Homepage2() {
|
||||||
{Array.from(Array(params.quantity)).map((_tile, index) => createTile(index))}
|
{Array.from(Array(params.quantity)).map((_tile, index) => createTile(index))}
|
||||||
</div >
|
</div >
|
||||||
)
|
)
|
||||||
}, [params, position, active, action])
|
}, [params, position, active, action, count])
|
||||||
|
|
||||||
return createTiles
|
return createTiles
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue