whoops
This commit is contained in:
parent
bbd964753e
commit
f73e107a76
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue