diff options
Linted
Diffstat (limited to 'ui/app/components/mini-account-panel.js')
-rw-r--r-- | ui/app/components/mini-account-panel.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 ( |