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
No related merge requests found
......@@ -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