mirror of
https://github.com/bitwarden/clients.git
synced 2026-07-16 21:03:22 +08:00
Removed an extra line
This commit is contained in:
parent
272ce2330c
commit
573f8283df
@ -165,7 +165,6 @@ export class SearchService implements SearchServiceAbstraction {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
if(c.hasFields){
|
||||
for (let field of c.fields) {
|
||||
if (field.value.toLowerCase().indexOf(query) > -1) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user