diff --git a/apps/website/components/stats.tsx b/apps/website/components/stats.tsx index 9b43afd..1e3ac55 100644 --- a/apps/website/components/stats.tsx +++ b/apps/website/components/stats.tsx @@ -158,10 +158,10 @@ export function GridPattern({ width, height, x, y, squares, ...props }: any) { /> {squares && ( - {squares.map(([x, y]: any) => ( + {squares.map(([x, y]: any, i: number) => (