From 8cb2f3f9d3ec2597bf62a0a800c5730b24554094 Mon Sep 17 00:00:00 2001 From: Rui Tome Date: Fri, 1 Sep 2023 10:27:24 +0100 Subject: [PATCH] [AC-1614] Ran prettier --- jslib/angular/src/components/callout.component.html | 6 +++--- jslib/common/src/enums/importOptions.ts | 4 ++-- src/app/tabs/dashboard.component.html | 4 ++-- src/app/tabs/more.component.html | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/jslib/angular/src/components/callout.component.html b/jslib/angular/src/components/callout.component.html index a049d5cb7..55e9510c2 100644 --- a/jslib/angular/src/components/callout.component.html +++ b/jslib/angular/src/components/callout.component.html @@ -12,10 +12,10 @@

{{ enforcedPolicyMessage }} diff --git a/jslib/common/src/enums/importOptions.ts b/jslib/common/src/enums/importOptions.ts index 6535b1336..28181db4b 100644 --- a/jslib/common/src/enums/importOptions.ts +++ b/jslib/common/src/enums/importOptions.ts @@ -70,5 +70,5 @@ export const regularImportOptions = [ ] as const; export type ImportType = - | typeof featuredImportOptions[number]["id"] - | typeof regularImportOptions[number]["id"]; + | (typeof featuredImportOptions)[number]["id"] + | (typeof regularImportOptions)[number]["id"]; diff --git a/src/app/tabs/dashboard.component.html b/src/app/tabs/dashboard.component.html index 362acbef9..a08a6176d 100644 --- a/src/app/tabs/dashboard.component.html +++ b/src/app/tabs/dashboard.component.html @@ -4,11 +4,11 @@

{{ "sync" | i18n }}

{{ "lastGroupSync" | i18n }}: - - {{ lastGroupSync | date: "medium" }} + {{ lastGroupSync | date : "medium" }}
{{ "lastUserSync" | i18n }}: - - {{ lastUserSync | date: "medium" }} + {{ lastUserSync | date : "medium" }}

{{ "syncStatus" | i18n }}: diff --git a/src/app/tabs/more.component.html b/src/app/tabs/more.component.html index a1d80ed21..b99fb4f83 100644 --- a/src/app/tabs/more.component.html +++ b/src/app/tabs/more.component.html @@ -6,7 +6,7 @@

{{ "about" | i18n }}

{{ "bitwardenDirectoryConnector" | i18n }}
- {{ "version" | i18n: version }}
+ {{ "version" | i18n : version }}
© Bitwarden Inc. LLC 2015-{{ year }}