@loafmarkets/ui 0.1.66 → 0.1.67
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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3169,7 +3169,7 @@ var PropertyNewsUpdates = React5__namespace.forwardRef(
|
|
|
3169
3169
|
}
|
|
3170
3170
|
)
|
|
3171
3171
|
] }),
|
|
3172
|
-
selectedItem && !
|
|
3172
|
+
selectedItem && !isPurchaseVariant && /* @__PURE__ */ jsxRuntime.jsx(NewsArticleModal, { item: selectedItem, onClose: () => setSelectedItem(null) })
|
|
3173
3173
|
]
|
|
3174
3174
|
}
|
|
3175
3175
|
);
|