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'