mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-13 10:56:24 +00:00
Fix missing flags for PEN, UYU, PYG and BOB
This commit is contained in:
parent
e392f14b18
commit
e8b28d794d
@ -30,5 +30,9 @@ export default function getFlags(code){
|
||||
if(code == 'USD') return '🇺🇸';
|
||||
if(code == 'ZAR') return '🇿🇦';
|
||||
if(code == 'COP') return '🇨🇴';
|
||||
if(code == 'PEN') return '🇵🇪';
|
||||
if(code == 'UYU') return '🇺🇾';
|
||||
if(code == 'PYG') return '🇵🇾';
|
||||
if(code == 'BOB') return '🇧🇴';
|
||||
return '🏳';
|
||||
};
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user