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
|
||||
},
|
||||
hideCWStatus () {
|
||||
if (this.tallStatus && this.$store.state.config.expandCW) {
|
||||
return false
|
||||
}
|
||||
return !this.expandingCW && this.status.summary
|
||||
if (this.tallStatus && this.$store.state.config.expandCW) {
|
||||
return false
|
||||
}
|
||||
return !this.expandingCW && this.status.summary
|
||||
},
|
||||
hideTallStatus () {
|
||||
if (this.status.summary && !this.$store.state.config.expandCW) {
|
||||
|
|
Loading…
Reference in a new issue