forked from AkkomaGang/akkoma-fe
fix indent
This commit is contained in:
parent
1121f32c48
commit
671db023da
1 changed files with 4 additions and 4 deletions
|
@ -106,10 +106,10 @@ const Status = {
|
||||||
return lengthScore > 20
|
return lengthScore > 20
|
||||||
},
|
},
|
||||||
hideCWStatus () {
|
hideCWStatus () {
|
||||||
if (this.tallStatus && this.$store.state.config.expandCW) {
|
if (this.tallStatus && this.$store.state.config.expandCW) {
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
return !this.expandingCW && this.status.summary
|
return !this.expandingCW && this.status.summary
|
||||||
},
|
},
|
||||||
hideTallStatus () {
|
hideTallStatus () {
|
||||||
if (this.status.summary && !this.$store.state.config.expandCW) {
|
if (this.status.summary && !this.$store.state.config.expandCW) {
|
||||||
|
|
Loading…
Reference in a new issue