abmp-npm 1.1.26 → 1.1.28

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/pages/Home.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "abmp-npm",
3
- "version": "1.1.26",
3
+ "version": "1.1.28",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",
package/pages/Home.js CHANGED
@@ -421,7 +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
+ console.log('not success inside nearByHandler');
425
425
  multiStateBoxSelector.changeState('nearByState');
426
426
  _$w('#nearBy').checked = false;
427
427
  updateFiltersState();