Skip to content

Commit

Permalink
Add currency UAH
Browse files Browse the repository at this point in the history
  • Loading branch information
Reckless-Satoshi committed May 4, 2022
1 parent b3fcfc0 commit 26155fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/getFlags.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"/>;
Expand Down
1 change: 1 addition & 0 deletions frontend/static/assets/currencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"61":"TWD",
"62":"TZS",
"63":"XAF",
"64":"UAH",
"300":"XAU",
"1000":"BTC"
}

0 comments on commit 26155fe

Please sign in to comment.