diff --git a/src/components/scope_selector/scope_selector.js b/src/components/scope_selector/scope_selector.js
index 4693d0667c09936c3f178f5b4038f109572f5edf..8a42ee7bea8a20ead9381f49842de5a1f132cdaa 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