@loafmarkets/ui 0.1.359 → 0.1.360
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/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -9159,7 +9159,8 @@ function PropertyOverview({
|
|
|
9159
9159
|
propertyLocation: location,
|
|
9160
9160
|
videoUrl,
|
|
9161
9161
|
tokenName,
|
|
9162
|
-
onPhotoClick: onPhotosClick
|
|
9162
|
+
onPhotoClick: onPhotosClick,
|
|
9163
|
+
hideSuburb: true
|
|
9163
9164
|
}
|
|
9164
9165
|
),
|
|
9165
9166
|
/* @__PURE__ */ jsx(FeaturesPanel, { children: features.map((item, i) => /* @__PURE__ */ jsxs(AssetFeatureItem, { children: [
|