mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-27 12:36:14 +01:00
fix a formatting issue
This commit is contained in:
parent
573f8283df
commit
f7058303f3
@ -165,7 +165,7 @@ export class SearchService implements SearchServiceAbstraction {
|
||||
return true;
|
||||
}
|
||||
|
||||
if(c.hasFields){
|
||||
if(c.hasFields) {
|
||||
for (let field of c.fields) {
|
||||
if (field.value.toLowerCase().indexOf(query) > -1) {
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user