1
0
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:
Kevin Serrano 2017-03-24 13:57:04 -04:00
parent 8e7b5d6a13
commit 1dfcc54381
No known key found for this signature in database
GPG Key ID: BF999DEFC7371BA1

View File

@ -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())
} }