From ce03356f5f945aff293655fdaf7ee8be6b719acf Mon Sep 17 00:00:00 2001 From: Frankie Date: Tue, 28 Jun 2016 19:10:27 -0700 Subject: Remove missused action --- ui/app/app.js | 1 - 1 file changed, 1 deletion(-) 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 }), }) } -- cgit