mirror of
https://github.com/RoboSats/robosats.git
synced 2025-01-31 10:31:35 +00:00
Add Iranian Toman (IRT) currency (#412)
Add Iranian Toman (IRT) currency
This commit is contained in:
parent
719c41705d
commit
473a38faf9
@ -87,6 +87,7 @@ const FlagWithProps = ({ code, width = '1.428em', height = '1.428em' }: Props):
|
|||||||
if (code === 'GEL') flag = <Flags.GE {...defaultProps} />;
|
if (code === 'GEL') flag = <Flags.GE {...defaultProps} />;
|
||||||
if (code === 'UGX') flag = <Flags.UG {...defaultProps} />;
|
if (code === 'UGX') flag = <Flags.UG {...defaultProps} />;
|
||||||
if (code === 'RSD') flag = <Flags.RS {...defaultProps} />;
|
if (code === 'RSD') flag = <Flags.RS {...defaultProps} />;
|
||||||
|
if (code === 'IRT') flag = <Flags.IR {...defaultProps} />;
|
||||||
if (code === 'ANY') flag = <EarthIcon {...defaultProps} />;
|
if (code === 'ANY') flag = <EarthIcon {...defaultProps} />;
|
||||||
if (code === 'XAU') flag = <GoldIcon {...defaultProps} />;
|
if (code === 'XAU') flag = <GoldIcon {...defaultProps} />;
|
||||||
if (code === 'BTC') flag = <SwapCallsIcon color='primary' />;
|
if (code === 'BTC') flag = <SwapCallsIcon color='primary' />;
|
||||||
|
@ -72,6 +72,7 @@
|
|||||||
"71": "GEL",
|
"71": "GEL",
|
||||||
"72": "UGX",
|
"72": "UGX",
|
||||||
"73": "RSD",
|
"73": "RSD",
|
||||||
|
"74": "IRT",
|
||||||
"300": "XAU",
|
"300": "XAU",
|
||||||
"1000": "BTC"
|
"1000": "BTC"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user