mirror of
https://github.com/bitwarden/browser
synced 2025-12-23 03:33:54 +00:00
Fixed lint warnings (#1655)
This commit is contained in:
@@ -212,7 +212,7 @@ export class CurrentTabComponent implements OnInit, OnDestroy {
|
||||
this.cardCiphers = [];
|
||||
this.identityCiphers = [];
|
||||
|
||||
ciphers.forEach((c) => {
|
||||
ciphers.forEach(c => {
|
||||
switch (c.type) {
|
||||
case CipherType.Login:
|
||||
this.loginCiphers.push(c);
|
||||
|
||||
Reference in New Issue
Block a user