omit op from self-reply fee escalation

This commit is contained in:
keyan 2023-11-11 16:47:54 -06:00
parent 5ef2c3d839
commit a78661c6e7
1 changed files with 1 additions and 1 deletions

View File

@ -779,7 +779,7 @@ export function Form ({
console.log(err)
toaster.danger(err.message || err.toString?.())
}
}, [onSubmit, toaster, clearLocalStorage, storageKeyPrefix])
}, [onSubmit, feeButton?.total, toaster, clearLocalStorage, storageKeyPrefix])
return (
<Formik