Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
bloodyowl committed Apr 5, 2024
1 parent ab5f791 commit 05b995f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export const TransferInternationalWizardAmount = ({
} else {
resetQuote();
}
}, [input, accountId, queryQuote]);
}, [input, accountId, queryQuote, resetQuote]);

const { Field, submitForm, listenFields } = useForm({
amount: {
Expand Down

0 comments on commit 05b995f

Please sign in to comment.