Skip to content

Commit

Permalink
Update countries.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
osztenkurden authored Jun 26, 2020
1 parent ac78225 commit 23019dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/HUD/countries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export const countries: any = {
'CI' : 'Cote D\'Ivoire',
'HR' : 'Croatia',
'CU' : 'Cuba',
'EU' : 'European Union',
'CY' : 'Cyprus',
'CZ' : 'Czech Republic',
'DK' : 'Denmark',
Expand Down Expand Up @@ -250,4 +251,4 @@ export const countries: any = {

export const getCountry = (iso: string) => {
return countries[iso.toUpperCase()];
}
}

0 comments on commit 23019dc

Please sign in to comment.