mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-23 11:56:00 +01:00
Removed an extra line
This commit is contained in:
parent
e23b0d14eb
commit
031a30518c
@ -165,7 +165,6 @@ export class SearchService implements SearchServiceAbstraction {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if(c.hasFields){
|
if(c.hasFields){
|
||||||
for (let field of c.fields) {
|
for (let field of c.fields) {
|
||||||
if (field.value.toLowerCase().indexOf(query) > -1) {
|
if (field.value.toLowerCase().indexOf(query) > -1) {
|
||||||
|
Loading…
Reference in New Issue
Block a user