aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/app.js')
-rw-r--r--ui/app/app.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/app/app.js b/ui/app/app.js
index 42e67c6db..ea9104d7d 100644
--- a/ui/app/app.js
+++ b/ui/app/app.js
@@ -385,6 +385,8 @@ App.prototype.renderNetworkDropdown = function () {
])
}
+
+// TODO: Remove if will be dead code in NewUI
App.prototype.renderDropdown = function () {
const state = this.state || {}
const isOpen = state.isMainMenuOpen