1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 00:03:56 +00:00

fixed a formatting issue

This commit is contained in:
Addison Beck
2020-07-10 15:40:32 -05:00
parent f7058303f3
commit f86c7e9c3f

View File

@@ -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;