1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 17:23:37 +00:00

Fixed trailing comma lint warnings (#772)

* Fixed trailing comma lint warnings

* Specified options on tslint comma rule
This commit is contained in:
Addison Beck
2021-01-13 15:34:06 -05:00
committed by GitHub
parent 2047a6378b
commit 5a540bba9e
4 changed files with 14 additions and 8 deletions

View File

@@ -177,7 +177,7 @@ export class EmergencyAccessComponent implements OnInit {
details.name || details.email,
this.i18nService.t('requestAccess'),
this.i18nService.t('no'),
'warning'
'warning',
);
if (!confirmed) {
@@ -198,7 +198,7 @@ export class EmergencyAccessComponent implements OnInit {
details.name || details.email,
this.i18nService.t('approve'),
this.i18nService.t('no'),
'warning'
'warning',
);
if (!confirmed) {