This commit is contained in:
Dan Finlay 2016-07-07 12:41:07 -07:00
parent 468c1ffa42
commit 306035f575
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -14,7 +14,7 @@ function AccountPanel () {
AccountPanel.prototype.render = function () { AccountPanel.prototype.render = function () {
var props = this.props var props = this.props
var picOrder = props.picOrder || 'left' var picOrder = props.picOrder || 'left'
const { attrs, imageSeed } = props const { imageSeed } = props
return ( return (