diy-template-components 0.2.67 → 0.2.68
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/build/index.es.js +1 -1
- package/build/index.es.js.map +1 -1
- package/build/index.js +1 -1
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -7156,7 +7156,7 @@ const SingleVideoSlide$1 = props => {
|
|
|
7156
7156
|
className: classes.iframeSuperContainer
|
|
7157
7157
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
7158
7158
|
className: classes.videoDetails
|
|
7159
|
-
}, data?.isPaid !== 0 && (checkIfOfferIsValid() || data.offerPriceValidFor > 0) && /*#__PURE__*/React__default["default"].createElement("div", null, data.offerPriceValidFor - conversions > 0 &&
|
|
7159
|
+
}, data?.isPaid !== 0 && (checkIfOfferIsValid() || data.offerPriceValidFor > 0) && /*#__PURE__*/React__default["default"].createElement("div", null, data.offerPriceValidFor - conversions > 0 && (data.offerPriceEndDate ? checkIfOfferIsValid() : true) ? /*#__PURE__*/React__default["default"].createElement("div", {
|
|
7160
7160
|
className: classes.bannerContainer
|
|
7161
7161
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
7162
7162
|
className: classes.bannerContainerText
|