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, 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',
})
}
}