1
0
Fork 0
mirror of https://akkoma.dev/AkkomaGang/akkoma-fe synced 2025-05-23 03:19:13 +08:00

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 = {
data () {
return {
highlight: this.statusoid.id
highlight: null
}
},
props: [