Handles errors with to field and renders warnings from backend in send token.

feature/default_network_editable
Dan 7 years ago
parent 0eeba3771c
commit 171d38c8db
  1. 2
      ui/app/components/send-token/index.js

@ -346,7 +346,7 @@ SendTokenScreen.prototype.render = function () {
this.renderAmountInput(), this.renderAmountInput(),
this.renderGasInput(), this.renderGasInput(),
this.renderMemoInput(), this.renderMemoInput(),
warning && h('div.send-screen-input-wrapper--error', warning && h('div.send-screen-input-wrapper--error', {},
h('div.send-screen-input-wrapper__error-message', [ h('div.send-screen-input-wrapper__error-message', [
warning, warning,
]) ])

Loading…
Cancel
Save