aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/components/conversation/conversation.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/conversation/conversation.js b/src/components/conversation/conversation.js
index 39a6f4f1..858a9ddb 100644
--- a/src/components/conversation/conversation.js
+++ b/src/components/conversation/conversation.js
@@ -77,7 +77,7 @@ const conversation = {
return 4
},
displayStyle () {
- return this.$store.state.config.conversationDisplay
+ return this.$store.state.config.conversationDisplay || 'simple_tree'
},
isTreeView () {
return this.displayStyle === 'tree' || this.displayStyle === 'simple_tree'