mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-14 11:26:24 +00:00
Update getFlags.js
yadio.io has now added TWD to the ticker, submitting change to getflags alongside currencies.json
This commit is contained in:
parent
bfab377715
commit
47ef44b6ca
@ -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 '🏳';
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user