aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjasper <jasper92341@hotmail.com>2019-02-09 04:18:38 -0800
committerjasper <jasper92341@hotmail.com>2019-02-09 04:18:52 -0800
commit0a435465641da60ccc656cf5a0b79a50132243ae (patch)
tree26e6ef5230c7ec5e2101c76b792ea7fc866cf49c /src
parentf75ec48a8029a9c142bb09b3f76b14c956863ea3 (diff)
Switch into Lodash
Diffstat (limited to 'src')
-rw-r--r--src/components/status/status.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/status/status.js b/src/components/status/status.js
index 3e6247df..d29c0491 100644
--- a/src/components/status/status.js
+++ b/src/components/status/status.js
@@ -196,7 +196,7 @@ const Status = {
}
if (this.status.summary && this.localCollapseSubjectDefault) {
return false
- }
+ }
return true
},
replySubject () {