Fix user card in notification
This commit is contained in:
parent
0117f6af9f
commit
4a2f676f2e
3 changed files with 12 additions and 6 deletions
|
@ -72,9 +72,6 @@ const UserProfile = {
|
|||
return this.$store.getters.findUser(this.fetchedUserId || routeParams.name || routeParams.id)
|
||||
},
|
||||
user () {
|
||||
if (this.timeline.statuses[0]) {
|
||||
return this.timeline.statuses[0].user
|
||||
}
|
||||
if (this.userInStore) {
|
||||
return this.userInStore
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue