mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Remove goHome action causing erratic UI behavior.
This commit is contained in:
parent
8e7b5d6a13
commit
1dfcc54381
@ -397,7 +397,6 @@ function signTx (txData) {
|
|||||||
dispatch(actions.hideLoadingIndication())
|
dispatch(actions.hideLoadingIndication())
|
||||||
if (err) return dispatch(actions.displayWarning(err.message))
|
if (err) return dispatch(actions.displayWarning(err.message))
|
||||||
dispatch(actions.hideWarning())
|
dispatch(actions.hideWarning())
|
||||||
dispatch(actions.goHome())
|
|
||||||
})
|
})
|
||||||
dispatch(this.showConfTxPage())
|
dispatch(this.showConfTxPage())
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user