add back US to countries list
This commit is contained in:
parent
8171b25167
commit
69bb0e02d3
|
@ -26,6 +26,7 @@ const SANCTIONED_COUNTRIES = [
|
|||
{ country: 'Venezuela', code: 'VE' },
|
||||
{ country: 'Yemen', code: 'YE' },
|
||||
{ country: 'Zimbabwe', code: 'ZW' },
|
||||
{ country: 'United States', code: 'US' },
|
||||
]
|
||||
|
||||
const SANCTIONED_COUNTRY_CODES = SANCTIONED_COUNTRIES.map(({ code }) => code)
|
||||
|
|
Loading…
Reference in New Issue