mirror of
https://github.com/RoboSats/robosats.git
synced 2024-11-09 21:14:27 +03:00
Add currency aed (#156)
Co-authored-by: Stephen Gornick <sgornick@gmail.com>
This commit is contained in:
parent
5534ada1be
commit
33d8126c5c
@ -15,6 +15,7 @@ const FlagWithProps = ({ code }: Props): JSX.Element => {
|
||||
|
||||
let flag: JSX.Element | null = null;
|
||||
|
||||
if(code === 'AED') flag = <Flags.AE {...defaultProps}/>;
|
||||
if(code === 'AUD') flag = <Flags.AU {...defaultProps}/>;
|
||||
if(code === 'ARS') flag = <Flags.AR {...defaultProps}/>;
|
||||
if(code === 'BRL') flag = <Flags.BR {...defaultProps}/>;
|
||||
|
@ -66,6 +66,7 @@
|
||||
"65":"EGP",
|
||||
"66":"LKR",
|
||||
"67":"MAD",
|
||||
"68":"AED",
|
||||
"300":"XAU",
|
||||
"1000":"BTC"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user