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 = '$';
|
suffix = '$';
|
||||||
}
|
}
|
||||||
if(filter === 'maxPrice'){
|
if(filter === 'maxPrice'){
|
||||||
if(el.value === '0')
|
if(el.value === 0)
|
||||||
Query_Price = 'free';
|
Query_Price = 'free';
|
||||||
else
|
else
|
||||||
Query_Price = 'all';
|
Query_Price = 'all';
|
||||||
|
|
|
||||||
Reference in a new issue