mirror of
https://git.youjo.love/youjo/youjo-fe.git
synced 2025-01-19 10:46:05 +01:00
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 = {
|
||||
data () {
|
||||
return {
|
||||
highlight: this.statusoid.id
|
||||
highlight: null
|
||||
}
|
||||
},
|
||||
props: [
|
||||
|
|
Loading…
Reference in a new issue