Skip to content

Commit d50ce1d

Browse files
committed
INR fix
Signed-off-by: Namanv509 <namanverma00260@gmail.com>
1 parent f2fd320 commit d50ce1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils/currencies.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export const Currencies = {
3434
currency: "INR",
3535
minimumFractionDigits: 0,
3636
maximumFractionDigits: 2,
37-
}).format(price * rate),
37+
}).format(price * 88),
3838
},
3939
};
4040

0 commit comments

Comments
 (0)