aboutsummaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
Diffstat (limited to 'src/components')
-rw-r--r--src/components/status/status.js8
1 files changed, 4 insertions, 4 deletions
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) {