From 3d0bf2bfdef7b3f25244356903f34678de7920ad Mon Sep 17 00:00:00 2001 From: aronmal Date: Wed, 26 Oct 2022 00:13:20 +0200 Subject: [PATCH] Quickfix --- frontend/src/components/Homepage2.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/Homepage2.tsx b/frontend/src/components/Homepage2.tsx index c250a34..b0026b7 100644 --- a/frontend/src/components/Homepage2.tsx +++ b/frontend/src/components/Homepage2.tsx @@ -84,7 +84,7 @@ function Homepage2() { {Array.from(Array(params.quantity)).map((_tile, index) => createTile(index))} ) - }, [params, position, active, action]) + }, [params, position, active, action, count]) return createTiles }