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