Skip to content

Commit

Permalink
Removed unnecessary change
Browse files Browse the repository at this point in the history
  • Loading branch information
LotteHofstede committed Nov 30, 2023
1 parent f4dc8ca commit a026c65
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="labels">
<ng-container *ngFor="let key of ((appliedFilters | async) | dsObjectKeys); let lastType = last">
<ds-search-label *ngFor="let value of (appliedFilters | async)[key]; let lastOfType = last" [inPlaceSearch]="inPlaceSearch" [key]="key" [value]="value" [appliedFilters]="appliedFilters"></ds-search-label>
<ng-container *ngFor="let key of ((appliedFilters | async) | dsObjectKeys)">
<ds-search-label *ngFor="let value of (appliedFilters | async)[key]" [inPlaceSearch]="inPlaceSearch" [key]="key" [value]="value" [appliedFilters]="appliedFilters"></ds-search-label>
</ng-container>
</div>

0 comments on commit a026c65

Please sign in to comment.