1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 09:13:33 +00:00

Add trailing comma to linter

This commit is contained in:
Matt Gibson
2021-02-08 12:58:44 -06:00
parent ba173f9da5
commit 113c035152
4 changed files with 17 additions and 5 deletions

View File

@@ -176,8 +176,8 @@ export class MenuMain extends BaseMenu {
label: this.main.i18nService.t('copyVerificationCodeTotp'),
id: 'copyTotp',
click: () => this.main.messagingService.send('copyTotp'),
accelerator: 'CmdOrCtrl+T'
}
accelerator: 'CmdOrCtrl+T',
},
]);
if (!isWindowsStore() && !isMacAppStore()) {