warning @for (group of filteredUnits | async; track group[0]) { @if ((fetchUnits$ | async).length > 1) { @for(unit of group[1]; track unit.abbr) { } } @else { @for(unit of group[1]; track unit.abbr) { } } }