@terraware/web-components 2.3.37 → 2.3.38

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.
@@ -136,7 +136,7 @@ function ViewPhotosDialog(props) {
136
136
  target: "blank"
137
137
  }, /*#__PURE__*/_react.default.createElement("img", {
138
138
  className: "view-photos-dialog-image",
139
- src: "".concat(p.url, "?maxHeight=400"),
139
+ src: p.url,
140
140
  alt: p.alt,
141
141
  onLoad: function onLoad() {
142
142
  return finishLoading(i);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@terraware/web-components",
3
- "version": "2.3.37",
3
+ "version": "2.3.38",
4
4
  "author": "Terraformation Inc.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {