Skip to content

Commit b96a1f3

Browse files
committed
Update Addon
Signed-off-by: Namanv509 <namanverma00260@gmail.com>
1 parent 7f6d161 commit b96a1f3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/components/Pricing/PricingAddons

src/components/Pricing/PricingAddons/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -518,15 +518,15 @@ export const PricingAddons = ({ isYearly = false, setIsYearly, currency, enterpr
518518
}
519519
return formatPrice(0);
520520
}
521-
})()} /{isYearly ? "yearly" : "monthly"}
521+
})()}/{isYearly ? "yearly" : "monthly"}
522522
</Typography>
523523
</Box>
524524

525525
{selectedAddon?.id === "academy" && selectedAddon.subAddOns?.map((subAddOn) => (
526526
selectedSubAddOns[subAddOn.id] && subAddOn.id !== "academy-theory" && (
527527
<Box key={subAddOn.id} sx={boxStyles.flexBetween}>
528528
<Typography variant="body1" sx={typographyStyles.pricingItemLeft}>
529-
{subAddOn.name} × {subAddOn.pricing?.[quantityIndex]?.learners || 0}/{isYearly ? "yearly" : "monthly"}
529+
{subAddOn.name} × {subAddOn.pricing?.[quantityIndex]?.learners || 0}
530530
</Typography>
531531
<Typography variant="body1" sx={typographyStyles.pricingItemRight} fontWeight="500">
532532
{(

0 commit comments

Comments
 (0)