diff --git a/ui/app/send.js b/ui/app/send.js index 0cc3a032f..cf1b43b1d 100644 --- a/ui/app/send.js +++ b/ui/app/send.js @@ -236,7 +236,6 @@ SendTransactionScreen.prototype.onSubmit = function () { } this.props.dispatch(actions.hideWarning()) - this.props.dispatch(actions.showLoadingIndication()) var txParams = { from: this.props.address,