mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-14 19:36:24 +00:00
Add currency UAH
This commit is contained in:
parent
b3fcfc0570
commit
26155fe451
@ -70,6 +70,7 @@ export default function getFlags(code){
|
|||||||
if(code == 'TWD') flag = <Flags.TW {...props}/>;
|
if(code == 'TWD') flag = <Flags.TW {...props}/>;
|
||||||
if(code == 'TZS') flag = <Flags.TZ {...props}/>;
|
if(code == 'TZS') flag = <Flags.TZ {...props}/>;
|
||||||
if(code == 'XAF') flag = <Flags.CM {...props}/>;
|
if(code == 'XAF') flag = <Flags.CM {...props}/>;
|
||||||
|
if(code == 'UAH') flag = <Flags.UA {...props}/>;
|
||||||
if(code == 'ANY') flag = <EarthIcon {...props}/>;
|
if(code == 'ANY') flag = <EarthIcon {...props}/>;
|
||||||
if(code == 'XAU') flag = <GoldIcon {...props}/>;
|
if(code == 'XAU') flag = <GoldIcon {...props}/>;
|
||||||
if(code == 'BTC') flag = <SwapCallsIcon color="primary"/>;
|
if(code == 'BTC') flag = <SwapCallsIcon color="primary"/>;
|
||||||
|
@ -62,6 +62,7 @@
|
|||||||
"61":"TWD",
|
"61":"TWD",
|
||||||
"62":"TZS",
|
"62":"TZS",
|
||||||
"63":"XAF",
|
"63":"XAF",
|
||||||
|
"64":"UAH",
|
||||||
"300":"XAU",
|
"300":"XAU",
|
||||||
"1000":"BTC"
|
"1000":"BTC"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user