diy-template-components 2.0.4 → 2.0.6
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.es.js
CHANGED
|
@@ -8490,7 +8490,7 @@ const SingleVideoSlide = props => {
|
|
|
8490
8490
|
name: 'Certificate',
|
|
8491
8491
|
color: theme?.colors?.background2,
|
|
8492
8492
|
width: "20px"
|
|
8493
|
-
})), /*#__PURE__*/React.createElement("div", null, data?.courseOverviewData?.metaData?.isCertificateEnabled ? handleCourseCertificateText() : null)) : null, data?.courseOverviewData?.resourseDataText
|
|
8493
|
+
})), /*#__PURE__*/React.createElement("div", null, data?.courseOverviewData?.metaData?.isCertificateEnabled ? handleCourseCertificateText() : null)) : null, data?.courseOverviewData?.resourseDataText?.heading ? /*#__PURE__*/React.createElement("div", {
|
|
8494
8494
|
className: classes.courseDetailTag
|
|
8495
8495
|
}, /*#__PURE__*/React.createElement("span", {
|
|
8496
8496
|
className: classes.iconBackground
|