Quickfix
This commit is contained in:
parent
49f4975516
commit
224f674ae1
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))}
|
||||
</div >
|
||||
)
|
||||
}, [params, position, active, action])
|
||||
}, [params, position, active, action, count])
|
||||
|
||||
return createTiles
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue