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 newConversationId = this.getConversationId(newVal)
|
||||||
const oldConversationId = this.getConversationId(oldVal)
|
const oldConversationId = this.getConversationId(oldVal)
|
||||||
if (newConversationId && oldConversationId && newConversationId === oldConversationId) {
|
if (newConversationId && oldConversationId && newConversationId === oldConversationId) {
|
||||||
this.setHighheightlight(this.originalStatusId)
|
this.setHighlight(this.originalStatusId)
|
||||||
} else {
|
} else {
|
||||||
this.fetchConversation()
|
this.fetchConversation()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue