From f73e107a766207953dbfdd89fdc3c052ed253f48 Mon Sep 17 00:00:00 2001 From: Shpuld Shpuldson Date: Wed, 15 Jan 2020 19:21:11 +0200 Subject: [PATCH] whoops --- src/components/conversation/conversation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() }