feature/default_network_editable
Dan Finlay 9 years ago
parent 468c1ffa42
commit 306035f575
  1. 2
      ui/app/components/eth-balance.js
  2. 2
      ui/app/components/mini-account-panel.js

@ -52,7 +52,7 @@ EthBalanceComponent.prototype.renderBalance = function (value) {
h(tagName, {
style: {
fontSize: props.fontSize || '12px',
}
},
}, balance + ' '),
h(tagName, {
style: {

@ -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 (

Loading…
Cancel
Save