aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ui/app/components/eth-balance.js2
-rw-r--r--ui/app/components/mini-account-panel.js2
2 files changed, 2 insertions, 2 deletions
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 (