diff options
Diffstat (limited to 'ui/app/app.js')
-rw-r--r-- | ui/app/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
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', }) } } |