diff options
Auto linted
Diffstat (limited to 'ui/app/components/panel.js')
-rw-r--r-- | ui/app/components/panel.js | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ui/app/components/panel.js b/ui/app/components/panel.js index 5d72d6068..8841247a7 100644 --- a/ui/app/components/panel.js +++ b/ui/app/components/panel.js @@ -6,13 +6,12 @@ const Identicon = require('./identicon') module.exports = Panel - inherits(Panel, Component) -function Panel() { +function Panel () { Component.call(this) } -Panel.prototype.render = function() { +Panel.prototype.render = function () { var state = this.props var identity = state.identity || {} |