aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/app.js
diff options
context:
space:
mode:
authorkumavis <aaron@kumavis.me>2017-08-02 04:21:02 +0800
committerkumavis <aaron@kumavis.me>2017-08-02 04:21:02 +0800
commit4115c25d8f2e186a575de7904a91b3717da5e800 (patch)
tree0c006dcddccbda034cef87b65153401cb32fdaa5 /ui/app/app.js
parent947f13d58c6a6341c42728cb1113b09cb0765de9 (diff)
downloadtangerine-wallet-browser-4115c25d8f2e186a575de7904a91b3717da5e800.tar.gz
tangerine-wallet-browser-4115c25d8f2e186a575de7904a91b3717da5e800.tar.zst
tangerine-wallet-browser-4115c25d8f2e186a575de7904a91b3717da5e800.zip
lint fix
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 8fad0f7d6..297a2f621 100644
--- a/ui/app/app.js
+++ b/ui/app/app.js
@@ -203,7 +203,7 @@ App.prototype.renderNetworkDropdown = function () {
classList.contains('menu-icon'),
classList.contains('network-name'),
classList.contains('network-indicator'),
- ].filter(bool => bool).length === 0;
+ ].filter(bool => bool).length === 0
// classes from three constituent nodes of the toggle element
if (isNotToggleElement) {