mirror of
https://github.com/bitwarden/desktop.git
synced 2024-11-24 11:55:50 +01:00
lint fixes
This commit is contained in:
parent
0918ad1425
commit
689f2c3535
@ -115,14 +115,14 @@ export class SendComponent extends BaseSendComponent implements OnInit, OnDestro
|
||||
const menu = new remote.Menu();
|
||||
menu.append(new remote.MenuItem({
|
||||
label: this.i18nService.t('copyLink'),
|
||||
click: () => this.copy(send)
|
||||
click: () => this.copy(send),
|
||||
}));
|
||||
menu.append(new remote.MenuItem({
|
||||
label: this.i18nService.t('delete'),
|
||||
click: async () => {
|
||||
await this.delete(send);
|
||||
await this.deletedSend(send);
|
||||
}
|
||||
},
|
||||
}));
|
||||
menu.popup({ window: remote.getCurrentWindow() });
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user