Skip to content

Commit a4769c8

Browse files
committed
fix lint
Signed-off-by: Rishi Raj <rishiraj438gt@gmail.com>
1 parent 7207e1a commit a4769c8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • src/components/Pricing/PricingAddons

src/components/Pricing/PricingAddons/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,8 @@ export const PricingAddons = ({ isYearly = false, setIsYearly, currency, enterpr
349349
const multiplier = selectedSubAddOns["academy-practical"] ? 2 : 1;
350350
const totalPrice = pricePerUser * option.learners * multiplier;
351351
const period = isYearly ? "/year" : "/month";
352-
return `${option.learners} learners - ${formatPrice(totalPrice)}${period}`;}
352+
return `${option.learners} learners - ${formatPrice(totalPrice)}${period}`;
353+
}
353354
return "";
354355
}}
355356
max={(() => {

0 commit comments

Comments
 (0)