aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2019-03-30 12:34:13 +0200
committerHenry Jameson <me@hjkos.com>2019-03-30 12:34:13 +0200
commit995daf70b731f33c95ca654ee9daccb399d6c92d (patch)
tree096b80db8d49ea2795eca6276835a8d3307a476e /src
parent9f4a9bff464e43e1c01d621e8c55db6105d327de (diff)
fix lint
Diffstat (limited to 'src')
-rw-r--r--src/components/scope_selector/scope_selector.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/scope_selector/scope_selector.js b/src/components/scope_selector/scope_selector.js
index 4693d066..8a42ee7b 100644
--- a/src/components/scope_selector/scope_selector.js
+++ b/src/components/scope_selector/scope_selector.js
@@ -42,7 +42,7 @@ const ScopeSelector = {
this.currentScope === scope ||
this.originalScope === scope ||
this.userDefault === scope ||
- 'direct' === scope
+ scope === 'direct'
},
changeVis (scope) {
this.currentScope = scope