From 3930982bd838f516d670adf0f1433427c3fd5c57 Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Sat, 30 May 2026 15:59:03 +0100 Subject: [PATCH] i'm happy --- frontend/src/app/components/tower/tower.component.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/app/components/tower/tower.component.ts b/frontend/src/app/components/tower/tower.component.ts index a9a3fdb..be0db59 100644 --- a/frontend/src/app/components/tower/tower.component.ts +++ b/frontend/src/app/components/tower/tower.component.ts @@ -170,7 +170,7 @@ export function selectVisibleStyledBlocks(
- @for (sq of squares(); track sq.key) { + @for (sq of squares(); track sq.key; let i = $index) {