From 7f947f8ab2f22d57f5c7c84c30b942a721049a17 Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Thu, 1 Sep 2016 11:29:17 -0700 Subject: Skip loading indication from send screen --- ui/app/send.js | 1 - 1 file changed, 1 deletion(-) (limited to 'ui/app/send.js') 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, -- cgit