Skip to content

Commit

Permalink
feedback @hana-linode
Browse files Browse the repository at this point in the history
  • Loading branch information
abailly-akamai committed May 15, 2024
1 parent 656a92f commit dc10b61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ const UpdateContactInformationForm = ({ focusEmail, onClose }: Props) => {

if (formik.values.country === 'US') {
filteredRegionResults = regionResults.filter(
(region) => !excludedUSRegions.includes(region[0])
(region) => !excludedUSRegions.includes(region.label)
);

filteredRegionResults.push({
Expand Down

0 comments on commit dc10b61

Please sign in to comment.