diff options
Diffstat (limited to 'ui/app/template.js')
-rw-r--r-- | ui/app/template.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ui/app/template.js b/ui/app/template.js index 3c2d902b5..410c82a72 100644 --- a/ui/app/template.js +++ b/ui/app/template.js @@ -16,8 +16,7 @@ function COMPONENTNAME() { } COMPONENTNAME.prototype.render = function() { - var state = this.props - var rpc = state.rpc + const props = this.props return ( h('div', { |