We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 65d94d2 + 2f6d4f9 commit 41796faCopy full SHA for 41796fa
1 file changed
src/utils/currencies.js
@@ -34,7 +34,7 @@ export const Currencies = {
34
currency: "INR",
35
minimumFractionDigits: 0,
36
maximumFractionDigits: 2,
37
- }).format(price * rate),
+ }).format(price * 88),
38
},
39
};
40
0 commit comments