mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Linted
This commit is contained in:
parent
468c1ffa42
commit
306035f575
@ -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: {
|
||||||
|
@ -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 (
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user