From 9340cda21abe78b653c876b7d0fd045ecda28a57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adina=20=C8=9Aeudan?= Date: Wed, 21 Dec 2022 13:36:00 +0200 Subject: [PATCH] Lint / prettier --- .../confirmation-dialog/confirmation-dialog.component.html | 2 +- src/lib/listing/table-header/table-header.component.html | 2 +- src/lib/listing/table-header/table-header.component.scss | 1 - .../components/initials-avatar/initials-avatar.component.html | 4 ++-- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/src/lib/dialog/confirmation-dialog/confirmation-dialog.component.html b/src/lib/dialog/confirmation-dialog/confirmation-dialog.component.html index b3a1a93..119f338 100644 --- a/src/lib/dialog/confirmation-dialog/confirmation-dialog.component.html +++ b/src/lib/dialog/confirmation-dialog/confirmation-dialog.component.html @@ -22,7 +22,7 @@
- {{ checkbox.label | translate: config.translateParams }} + {{ checkbox.label | translate : config.translateParams }} diff --git a/src/lib/listing/table-header/table-header.component.html b/src/lib/listing/table-header/table-header.component.html index a04cbb7..18117f9 100644 --- a/src/lib/listing/table-header/table-header.component.html +++ b/src/lib/listing/table-header/table-header.component.html @@ -8,7 +8,7 @@ > - {{ tableHeaderLabel | translate: { length: totalSize || (listingService.displayedLength$ | async) } }} + {{ tableHeaderLabel | translate : { length: totalSize || (listingService.displayedLength$ | async) } }}
diff --git a/src/lib/listing/table-header/table-header.component.scss b/src/lib/listing/table-header/table-header.component.scss index ee5eb97..a8b9616 100644 --- a/src/lib/listing/table-header/table-header.component.scss +++ b/src/lib/listing/table-header/table-header.component.scss @@ -6,4 +6,3 @@ padding-left: 30px; } } - diff --git a/src/lib/users/components/initials-avatar/initials-avatar.component.html b/src/lib/users/components/initials-avatar/initials-avatar.component.html index 5456552..4cc1f24 100644 --- a/src/lib/users/components/initials-avatar/initials-avatar.component.html +++ b/src/lib/users/components/initials-avatar/initials-avatar.component.html @@ -1,10 +1,10 @@ -
+
- {{ _user | name: { showInitials: true } }} + {{ _user | name : { showInitials: true } }}