From 0b64044f576f38e4bb79033563a20400a62c15b6 Mon Sep 17 00:00:00 2001 From: Dan Percic Date: Mon, 17 Jun 2024 21:27:16 +0300 Subject: [PATCH] lint --- src/lib/empty-state/empty-state.component.html | 2 +- src/lib/filtering/filter-card/filter-card.component.html | 4 ++-- src/lib/shared/status-bar/status-bar.component.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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 @@