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) {