diff --git a/src/components/conversation/conversation.js b/src/components/conversation/conversation.js index 9ef8acfc..ff99300a 100644 --- a/src/components/conversation/conversation.js +++ b/src/components/conversation/conversation.js @@ -118,7 +118,7 @@ const conversation = { const newConversationId = this.getConversationId(newVal) const oldConversationId = this.getConversationId(oldVal) if (newConversationId && oldConversationId && newConversationId === oldConversationId) { - this.setHighheightlight(this.originalStatusId) + this.setHighlight(this.originalStatusId) } else { this.fetchConversation() }