@abi-software/map-side-bar 1.3.26-staging → 1.3.26-staging-8

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-lock.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abi-software/map-side-bar",
3
- "version": "1.3.26",
3
+ "version": "1.3.26-staging",
4
4
  "lockfileVersion": 1,
5
5
  "requires": true,
6
6
  "dependencies": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abi-software/map-side-bar",
3
- "version": "1.3.26-staging",
3
+ "version": "1.3.26-staging-8",
4
4
  "main": "./dist/map-side-bar.common.js",
5
5
  "files": [
6
6
  "dist/*",
@@ -228,7 +228,7 @@ export default {
228
228
  let mimetype = '';
229
229
  let thumbnailURL = undefined;
230
230
  if (thumbnail) {
231
- thumbnailURL = `${this.envVars.API_LOCATION}s3-resource/${this.datasetId}/${this.datasetVersion}/files/${filePath}`
231
+ thumbnailURL = `${this.envVars.API_LOCATION}s3-resource/${this.datasetId}/${this.datasetVersion}/files/${thumbnail.dataset.path}`
232
232
  mimetype = thumbnail.mimetype.name;
233
233
  }
234
234
  let action = {