@abi-software/map-side-bar 1.3.5 → 1.3.6

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abi-software/map-side-bar",
3
- "version": "1.3.5",
3
+ "version": "1.3.6",
4
4
  "main": "./dist/map-side-bar.common.js",
5
5
  "files": [
6
6
  "dist/*",
@@ -110,7 +110,7 @@ export class AlgoliaClient {
110
110
 
111
111
  _processUberonURL(url){
112
112
  let ub = url.split('/').pop()
113
- ub.replace('_',':')
113
+ return ub.replace('_',':')
114
114
  }
115
115
 
116
116
  /**