Skip to content

Commit 0d04488

Browse files
authored
Update index.js
Signed-off-by: Naman Verma <149177973+Namanv0509@users.noreply.github.com>
1 parent 815ad46 commit 0d04488

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/components/Pricing/PlanCard/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ const PlanCard = ({ planData, isYearly, currency }) => {
1717
};
1818

1919
const formatPrice = (price) => {
20-
// Use formatAndConvertPrice to get the converted price with currency symbol
2120
const formattedPrice = formatAndConvertPrice(price, currency);
2221
// Remove the currency symbol by extracting only the numeric part
2322
return parseFloat(formattedPrice.replace(/[^0-9.]/g, ""));

0 commit comments

Comments
 (0)