Skip to content

Commit

Permalink
Revert "Resolved missing dependencies warning in console of UpdateFor…
Browse files Browse the repository at this point in the history
…m.js file"

This reverts commit 15dea86.
  • Loading branch information
7777akhil committed Mar 20, 2024
1 parent 15dea86 commit c0514d3
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 c0514d3

Please sign in to comment.