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, {
|
||||
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…
Reference in New Issue
Block a user