1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-09 09:51:02 +01:00

fix a formatting issue

This commit is contained in:
Addison Beck 2020-07-10 15:23:05 -05:00
parent 031a30518c
commit 00426fe9be

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;