Add currency aed (#156)

Co-authored-by: Stephen Gornick <sgornick@gmail.com>
This commit is contained in:
Stephen Gornick 2022-06-01 17:59:36 -05:00 committed by GitHub
parent 5534ada1be
commit 33d8126c5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

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

View File

@ -66,6 +66,7 @@
"65":"EGP",
"66":"LKR",
"67":"MAD",
"68":"AED",
"300":"XAU",
"1000":"BTC"
}