mirror of
https://github.com/bitwarden/clients.git
synced 2026-07-16 21:03:22 +08:00
yet another formatting issue
This commit is contained in:
parent
f86c7e9c3f
commit
88765ad093
@ -171,7 +171,7 @@ export class SearchService implements SearchServiceAbstraction {
|
||||
return true;
|
||||
}
|
||||
|
||||
if(field.name.toLowerCase().indexOf(query) > -1) {
|
||||
if (field.name.toLowerCase().indexOf(query) > -1) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user