From 0b3737edb49cb40a8d82cf3cd5491b8474247a8c Mon Sep 17 00:00:00 2001 From: Frankie Date: Wed, 29 Jun 2016 16:31:27 -0700 Subject: Add to change log --- ui/app/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/app/app.js') diff --git a/ui/app/app.js b/ui/app/app.js index 5846cb11e..a79666f58 100644 --- a/ui/app/app.js +++ b/ui/app/app.js @@ -383,7 +383,7 @@ App.prototype.renderCustomOption = function (rpcTarget) { label: `${rpcTarget}`, closeMenu: () => this.setState({ isNetworkMenuOpen: false }), icon: h('i.fa.fa-question-circle.fa-lg', { ariaHidden: true }), - activeNetworkRender: 'custom' + activeNetworkRender: 'custom', }) } } -- cgit