Fix statusoid == undefined bug that prevented conversation opening in new tabs.

This commit is contained in:
Shpuld Shpuldson 2017-04-14 15:58:34 +03:00
parent d8a01454dc
commit c708ebb5d2
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ const sortAndFilterConversation = (conversation) => {
const conversation = {
data () {
return {
highlight: this.statusoid.id
highlight: null
}
},
props: [