1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-23 03:36:18 +02:00

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

View File

@ -346,7 +346,7 @@ SendTokenScreen.prototype.render = function () {
this.renderAmountInput(),
this.renderGasInput(),
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', [
warning,
])