aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorensra <ensra@users.noreply.github.com>2018-08-20 03:08:39 +0100
committerensra <ensra@users.noreply.github.com>2018-08-20 03:08:39 +0100
commit671db023da097c90e7a2cf67b7218bd13be51bb0 (patch)
treeb6e332e6abf6c52f309ec25cb51e9f8ff1f3e2db /src
parent1121f32c48d06105c976f91545ededca05b283e8 (diff)
fix indent
Diffstat (limited to 'src')
-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) {