Skip loading indication from send screen

feature/default_network_editable
Dan Finlay 8 years ago
parent 47b2ae1c5f
commit 7f947f8ab2
  1. 1
      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,

Loading…
Cancel
Save