diff --git a/src/lib/empty-state/empty-state.component.html b/src/lib/empty-state/empty-state.component.html index 49e188f..3bb9aa4 100644 --- a/src/lib/empty-state/empty-state.component.html +++ b/src/lib/empty-state/empty-state.component.html @@ -2,7 +2,7 @@ [ngStyle]="{ 'padding-top': verticalPadding + 'px', 'padding-left': horizontalPadding + 'px', - 'padding-right': horizontalPadding + 'px' + 'padding-right': horizontalPadding + 'px', }" class="empty-state" > diff --git a/src/lib/filtering/filter-card/filter-card.component.html b/src/lib/filtering/filter-card/filter-card.component.html index a0a8f11..a29dcd4 100644 --- a/src/lib/filtering/filter-card/filter-card.component.html +++ b/src/lib/filtering/filter-card/filter-card.component.html @@ -16,7 +16,7 @@ [ngTemplateOutletContext]="{ filter: filter, filterGroup: primaryGroup, - atLeastOneIsExpandable: atLeastOneFilterIsExpandable$ | async + atLeastOneIsExpandable: atLeastOneFilterIsExpandable$ | async, }" [ngTemplateOutlet]="defaultFilterTemplate" > @@ -32,7 +32,7 @@ [ngTemplateOutletContext]="{ filter: filter, filterGroup: secondaryGroup, - atLeastOneIsExpandable: atLeastOneSecondaryFilterIsExpandable$ | async + atLeastOneIsExpandable: atLeastOneSecondaryFilterIsExpandable$ | async, }" [ngTemplateOutlet]="defaultFilterTemplate" > diff --git a/src/lib/shared/status-bar/status-bar.component.html b/src/lib/shared/status-bar/status-bar.component.html index 804d6d8..2234a81 100644 --- a/src/lib/shared/status-bar/status-bar.component.html +++ b/src/lib/shared/status-bar/status-bar.component.html @@ -3,7 +3,7 @@