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