diff --git a/frontend/src/components/getFlags.js b/frontend/src/components/getFlags.js index bcfd6382..205587e3 100644 --- a/frontend/src/components/getFlags.js +++ b/frontend/src/components/getFlags.js @@ -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 ; return '🏳'; -}; \ No newline at end of file +};