fix indent

This commit is contained in:
ensra 2018-08-20 03:08:39 +01:00
parent 1121f32c48
commit 671db023da

View file

@ -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) {