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.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/app/app.js b/ui/app/app.js
index 992936bc4..8297ed796 100644
--- a/ui/app/app.js
+++ b/ui/app/app.js
@@ -372,7 +372,6 @@ App.prototype.renderCustomOption = function (rpcTarget) {
return h(DropMenuItem, {
label: `${rpcTarget}`,
closeMenu: () => this.setState({ isNetworkMenuOpen: false }),
- action: () => this.props.dispatch(actions.closeMenu()),
icon: h('i.fa.fa-question-circle.fa-lg', { ariaHidden: true }),
})
}