Update getFlags.js

yadio.io has now added TWD to the ticker, submitting change to getflags alongside currencies.json
This commit is contained in:
tradewind886 2022-03-25 00:27:43 +08:00 committed by GitHub
parent bfab377715
commit 47ef44b6ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,8 @@ export default function getFlags(code){
if(code == 'TTD') return '🇹🇹';
if(code == 'VND') return '🇻🇳';
if(code == 'XOF') return '🇸🇳';
if(code == 'TWD') return '🇹🇼';
if(code == 'XAU') return '🟨';
if(code == 'BTC') return <SwapCallsIcon color="primary"/>;
return '🏳';
};
};