diff --git a/src/components/status/status.js b/src/components/status/status.js index 4321803e..07aae7e8 100644 --- a/src/components/status/status.js +++ b/src/components/status/status.js @@ -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) {