mirror of
https://github.com/RoboSats/robosats.git
synced 2025-01-18 20:21:35 +00:00
Added Serbian Dinar (RSD) currency. (#392)
This commit is contained in:
parent
f5853c6e7b
commit
44beac4742
@ -86,6 +86,7 @@ const FlagWithProps = ({ code, width = '1.428em', height = '1.428em' }: Props):
|
|||||||
if (code === 'ETB') flag = <Flags.ET {...defaultProps} />;
|
if (code === 'ETB') flag = <Flags.ET {...defaultProps} />;
|
||||||
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 === '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' />;
|
||||||
|
@ -71,6 +71,7 @@
|
|||||||
"70": "ETB",
|
"70": "ETB",
|
||||||
"71": "GEL",
|
"71": "GEL",
|
||||||
"72": "UGX",
|
"72": "UGX",
|
||||||
|
"73": "RSD",
|
||||||
"300": "XAU",
|
"300": "XAU",
|
||||||
"1000": "BTC"
|
"1000": "BTC"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user