mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
Linter updates and fixes (#1604)
This commit is contained in:
@@ -66,7 +66,7 @@ export default class ContextMenusBackground {
|
||||
}
|
||||
|
||||
const ciphers = await this.cipherService.getAllDecrypted();
|
||||
const cipher = ciphers.find((c) => c.id === id);
|
||||
const cipher = ciphers.find(c => c.id === id);
|
||||
if (cipher == null) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user