fix: show free when min of installs is reach #32
1 changed files with 1 additions and 1 deletions
|
|
@ -247,7 +247,7 @@ inputs.forEach(el => el.oninput = () => {
|
|||
suffix = '$';
|
||||
}
|
||||
if(filter === 'maxPrice'){
|
||||
if(el.value === '0')
|
||||
if(el.value === 0)
|
||||
Query_Price = 'free';
|
||||
else
|
||||
Query_Price = 'all';
|
||||
|
|
|
|||
Reference in a new issue