Skip to content

Commit

Permalink
Updated list of the countries we can't work with
Browse files Browse the repository at this point in the history
  • Loading branch information
zadoev-ra committed Dec 27, 2023
1 parent 241def4 commit f9d9067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ApplicationForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const country = yup.string().required().test(
'AZ', 'TM', 'SA', 'NE',
// High taxes.
// Not included in any list above:
'IL', 'LV', 'TR',
'IL', 'LV', 'TR', 'US',
].indexOf(value) === -1,
);

Expand Down

0 comments on commit f9d9067

Please sign in to comment.