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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user