diff options
Diffstat (limited to 'ui')
-rw-r--r-- | ui/app/app.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/app/app.js b/ui/app/app.js index 4652d36ff..dcc44ee65 100644 --- a/ui/app/app.js +++ b/ui/app/app.js @@ -240,7 +240,6 @@ App.prototype.renderNetworkDropdown = function () { } App.prototype.renderDropdown = function () { - const props = this.props const state = this.state || {} const isOpen = state.isMainMenuOpen |