diy-template-components 5.15.0 → 5.16.0
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 +2 -2
- package/build/index.es.js.map +1 -1
- package/build/index.js +2 -2
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.es.js
CHANGED
|
@@ -349,7 +349,7 @@ const useSectionStyles$b = createUseStyles(theme => ({
|
|
|
349
349
|
bottom: 0,
|
|
350
350
|
left: 0,
|
|
351
351
|
width: '100%',
|
|
352
|
-
zIndex: '
|
|
352
|
+
zIndex: '100'
|
|
353
353
|
}
|
|
354
354
|
},
|
|
355
355
|
mobileAppNameClass: {
|
|
@@ -10914,7 +10914,7 @@ const SingleVideoSlide$1 = props => {
|
|
|
10914
10914
|
currencySymbol
|
|
10915
10915
|
} = props;
|
|
10916
10916
|
const showCourseInstallmentData = data?.courseOverviewData;
|
|
10917
|
-
const InstalmentData = isEdit ? data?.courseOverviewData?.installments?.formData?.installments[0].installmentAmount : data?.courseOverviewData?.installments?.formData?.installmentInfo?.installments
|
|
10917
|
+
const InstalmentData = isEdit ? data?.courseOverviewData?.installments?.formData?.installments[0].installmentAmount : data?.courseOverviewData?.installments?.formData?.installmentInfo?.installments[0].installmentPrice;
|
|
10918
10918
|
const checkIfOfferIsValid = () => moment().diff(moment(props?.data?.endDate || 0)) < 0;
|
|
10919
10919
|
const checkForShowDiscount = () => {
|
|
10920
10920
|
if (props.data.endDate === null || checkIfOfferIsValid()) {
|