omit op from self-reply fee escalation
This commit is contained in:
parent
5ef2c3d839
commit
a78661c6e7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue