mirror of
https://github.com/status-im/safe-react.git
synced 2025-01-12 11:04:07 +00:00
fix onUserConfirm invoke
This commit is contained in:
parent
e0151a42d9
commit
d1438d704b
@ -212,7 +212,7 @@ const createTransaction = (
|
||||
await tx
|
||||
.send(sendParams)
|
||||
.once('transactionHash', async (hash) => {
|
||||
onUserConfirm(safeTxHash)
|
||||
onUserConfirm?.(safeTxHash)
|
||||
try {
|
||||
txHash = hash
|
||||
dispatch(closeSnackbarAction({ key: beforeExecutionKey }))
|
||||
|
Loading…
x
Reference in New Issue
Block a user