Skip to content
Snippets Groups Projects
Commit 995daf70 authored by HJ's avatar HJ :fire:
Browse files

fix lint

parent 9f4a9bff
No related branches found
No related tags found
2 merge requests!1028`master` refresh with `develop`,!633Initial work on deprecating scopeModesEnabled in favor of minimalScopeMode
Pipeline #9686 passed
......@@ -42,7 +42,7 @@ const ScopeSelector = {
this.currentScope === scope ||
this.originalScope === scope ||
this.userDefault === scope ||
'direct' === scope
scope === 'direct'
},
changeVis (scope) {
this.currentScope = scope
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment