diff --git a/ui/app/components/eth-balance.js b/ui/app/components/eth-balance.js index d50ac771d..79fc1d256 100644 --- a/ui/app/components/eth-balance.js +++ b/ui/app/components/eth-balance.js @@ -52,7 +52,7 @@ EthBalanceComponent.prototype.renderBalance = function (value) { h(tagName, { style: { fontSize: props.fontSize || '12px', - } + }, }, balance + ' '), h(tagName, { style: { diff --git a/ui/app/components/mini-account-panel.js b/ui/app/components/mini-account-panel.js index a8127acd7..c09cf5b7a 100644 --- a/ui/app/components/mini-account-panel.js +++ b/ui/app/components/mini-account-panel.js @@ -14,7 +14,7 @@ function AccountPanel () { AccountPanel.prototype.render = function () { var props = this.props var picOrder = props.picOrder || 'left' - const { attrs, imageSeed } = props + const { imageSeed } = props return (