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