Skip to content

Commit

Permalink
fix: removed unnecessary dependency: 'isUSAForm'
Browse files Browse the repository at this point in the history
  • Loading branch information
kameshwarnayak committed Jul 6, 2023
1 parent fba2817 commit d226278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/settings/Profile/PersonalDetails/AddressPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ function AddressPage(props) {

return errors;
},
[isUSAForm],
[],
);

return (
Expand Down

0 comments on commit d226278

Please sign in to comment.