fix(utils): Symbol for Indian Currency (#6453)

This commit is contained in:
Mohammed Faiyyaz Khatri
2024-02-20 20:15:01 +05:30
committed by GitHub
parent 269be1b64a
commit 76ff9e87b6
4 changed files with 4 additions and 4 deletions

View File

@@ -298,7 +298,7 @@ export const currencies: Record<string, CurrencyInfo> = {
INR: {
code: "INR",
name: "Indian Rupee",
symbol_native: "টকা",
symbol_native: "",
decimal_digits: 2,
},
IQD: {

View File

@@ -448,7 +448,7 @@ export const currencies: CurrenciesType = {
INR: {
symbol: "Rs",
name: "Indian Rupee",
symbol_native: "টকা",
symbol_native: "",
decimal_digits: 2,
rounding: 0,
code: "INR",

View File

@@ -444,7 +444,7 @@ export const currencies: Record<string, Currency> = {
INR: {
symbol: "Rs",
name: "Indian Rupee",
symbol_native: "টকা",
symbol_native: "",
decimal_digits: 2,
rounding: 0,
code: "INR",

View File

@@ -444,7 +444,7 @@ export const defaultCurrencies: Record<string, Currency> = {
INR: {
symbol: "Rs",
name: "Indian Rupee",
symbol_native: "টকা",
symbol_native: "",
decimal_digits: 2,
rounding: 0,
code: "INR",