abmp-npm 1.1.25 → 1.1.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/pages/Home.js +1 -0
package/package.json
CHANGED
package/pages/Home.js
CHANGED
|
@@ -421,6 +421,7 @@ const homePageOnReady = async ({
|
|
|
421
421
|
console.log('filter inside nearByHandler', filter);
|
|
422
422
|
console.log('success inside nearByHandler', success);
|
|
423
423
|
if (!success) {
|
|
424
|
+
console.log('not success inside nearByHandler, changing to nearby state');
|
|
424
425
|
multiStateBoxSelector.changeState('nearByState');
|
|
425
426
|
_$w('#nearBy').checked = false;
|
|
426
427
|
updateFiltersState();
|