fix: show free when min of installs is reach

androz2091-patch-1
Androz2091 2021-09-01 10:11:52 +02:00
parent dc5f4b55a0
commit aa1a887cb3
1 changed files with 1 additions and 1 deletions

View File

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