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

View file

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