forked from AkkomaGang/akkoma-fe
fix lint
This commit is contained in:
parent
9f4a9bff46
commit
995daf70b7
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ const ScopeSelector = {
|
|||
this.currentScope === scope ||
|
||||
this.originalScope === scope ||
|
||||
this.userDefault === scope ||
|
||||
'direct' === scope
|
||||
scope === 'direct'
|
||||
},
|
||||
changeVis (scope) {
|
||||
this.currentScope = scope
|
||||
|
|
Loading…
Reference in a new issue