Skip to content

Commit 88dc17b

Browse files
committed
lint fix
Signed-off-by: Namanv509 <namanverma00260@gmail.com>
1 parent f6c9421 commit 88dc17b

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
@@ -58,8 +58,8 @@ export const PricingAddons = ({ isYearly = false, setIsYearly, currency, enterpr
5858
}, []);
5959

6060
const formatLearners = (learners) => {
61-
if (typeof learners === "string") return learners;
62-
return learners.toLocaleString("en-US");
61+
if (typeof learners === "string") return learners;
62+
return learners.toLocaleString("en-US");
6363
};
6464

6565
// Helper function to render icons based on type

0 commit comments

Comments
 (0)