File tree Expand file tree Collapse file tree
src/components/PricingAddons Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ export const PricingAddons = ({ isYearly = false }) => {
102102 const addonPrice = isYearly ? selectedAddon . yearlyPrice : selectedAddon . monthlyPrice ;
103103 baseTotal = addonPrice * quantity ;
104104 }
105-
105+
106106 // Handle Academy Practical Learning (sub-addon)
107107 let supportTotal = 0 ;
108108 if ( selectedAddon ?. id === "academy" && labLearners ) {
@@ -112,7 +112,7 @@ export const PricingAddons = ({ isYearly = false }) => {
112112 supportTotal = supportPrice ;
113113 }
114114 }
115-
115+
116116 setTotalPrice ( baseTotal + supportTotal ) ;
117117 } else {
118118 setTotalPrice ( 0 ) ;
@@ -261,15 +261,15 @@ export const PricingAddons = ({ isYearly = false }) => {
261261 </Typography>
262262 </Box>
263263 </Box>
264-
264+
265265 </Box> */ }
266266 </ FeatureDetails >
267267 </ Box >
268268 </ Box >
269269 </ >
270270 ) }
271271 </ Box >
272-
272+
273273 { selectedAddon && (
274274 < >
275275 { /* Quantity Slider */ }
You can’t perform that action at this time.
0 commit comments