@loafmarkets/ui 0.1.362 → 0.1.364
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.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- 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.mjs
CHANGED
|
@@ -15119,7 +15119,7 @@ function PropertyBuy({
|
|
|
15119
15119
|
{
|
|
15120
15120
|
newsItems,
|
|
15121
15121
|
newsConnectionStatus,
|
|
15122
|
-
videoSrc: videoUrl
|
|
15122
|
+
videoSrc: videoUrl ?? "",
|
|
15123
15123
|
videoTitle: propertyName
|
|
15124
15124
|
}
|
|
15125
15125
|
),
|