Chat Panel: Actually reduxify.
This commit is contained in:
parent
22433cab90
commit
1bfe811fc7
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ const chatPanel = {
|
||||||
this.collapsed = !this.collapsed
|
this.collapsed = !this.collapsed
|
||||||
},
|
},
|
||||||
userProfileLink (user) {
|
userProfileLink (user) {
|
||||||
return generateProfileLink(user.redux.id, user.acct, this.$store.state.instance.restrictedNicknames)
|
return generateProfileLink(user.redux.id, user.redux.acct, this.$store.state.instance.restrictedNicknames)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue