Skip to content

Commit

Permalink
Resolved missing dependencies warning in console of UpdateForm.js file
Browse files Browse the repository at this point in the history
  • Loading branch information
7777akhil committed Mar 20, 2024
1 parent 12b712e commit 15dea86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/GiftAid/UpdateForm/UpdateForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function UpdateForm(props) {
return () => {
setInputFieldProps([]);
}
}, []);
}, [urlTransactionId, inputFieldProps.transactionId, setFieldValidation, fieldValidation]);

return (

Expand Down

0 comments on commit 15dea86

Please sign in to comment.