Skip to content
Snippets Groups Projects
Commit c708ebb5 authored by Shpuld Shpuldson's avatar Shpuld Shpuldson
Browse files

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

parent d8a01454
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ const sortAndFilterConversation = (conversation) => {
const conversation = {
data () {
return {
highlight: this.statusoid.id
highlight: null
}
},
props: [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment