Add currency UAH

This commit is contained in:
Reckless_Satoshi 2022-05-04 07:27:05 -07:00
parent b3fcfc0570
commit 26155fe451
No known key found for this signature in database
GPG Key ID: 9C4585B561315571
2 changed files with 2 additions and 0 deletions

View File

@ -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"/>;

View File

@ -62,6 +62,7 @@
"61":"TWD",
"62":"TZS",
"63":"XAF",
"64":"UAH",
"300":"XAU",
"1000":"BTC"
}