Fix statusoid == undefined bug that prevented conversation opening in new tabs.
This commit is contained in:
parent
d8a01454dc
commit
c708ebb5d2
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ const sortAndFilterConversation = (conversation) => {
|
||||||
const conversation = {
|
const conversation = {
|
||||||
data () {
|
data () {
|
||||||
return {
|
return {
|
||||||
highlight: this.statusoid.id
|
highlight: null
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
props: [
|
props: [
|
||||||
|
|
Loading…
Reference in a new issue