mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-24 12:06:15 +01:00
Fix lint error (s) => arrow function parens banned
This commit is contained in:
parent
ab9b87acf3
commit
fa68ea249c
@ -53,6 +53,6 @@ export class SendComponent extends BaseSendComponent implements OnInit {
|
||||
}
|
||||
|
||||
get selectedSendType() {
|
||||
return this.sends.find((s) => s.id === this.sendId).type;
|
||||
return this.sends.find(s => s.id === this.sendId).type;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user