mirror of
https://github.com/RoboSats/robosats.git
synced 2025-01-05 22:10:10 +00:00
commit
83df98613d
@ -62,7 +62,8 @@ export default function getFlags(code){
|
|||||||
if(code == 'TTD') return '🇹🇹';
|
if(code == 'TTD') return '🇹🇹';
|
||||||
if(code == 'VND') return '🇻🇳';
|
if(code == 'VND') return '🇻🇳';
|
||||||
if(code == 'XOF') return '🇸🇳';
|
if(code == 'XOF') return '🇸🇳';
|
||||||
|
if(code == 'TWD') return '🇹🇼';
|
||||||
if(code == 'XAU') return '🟨';
|
if(code == 'XAU') return '🟨';
|
||||||
if(code == 'BTC') return <SwapCallsIcon color="primary"/>;
|
if(code == 'BTC') return <SwapCallsIcon color="primary"/>;
|
||||||
return '🏳';
|
return '🏳';
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user