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

This commit is contained in:
Dan 2017-09-20 20:34:03 -02:30
parent 0eeba3771c
commit 171d38c8db
1 changed files with 1 additions and 1 deletions

View File

@ -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,
]) ])