Skip to content

Commit b3d988c

Browse files
committed
updating
Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
1 parent ce2caa6 commit b3d988c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/components/PricingAddons/index.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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 */}

0 commit comments

Comments
 (0)