diff --git a/hooks/useIpAddress.tsx b/hooks/useIpAddress.tsx index 5f83918..5ce15ff 100644 --- a/hooks/useIpAddress.tsx +++ b/hooks/useIpAddress.tsx @@ -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)