Fix user card in notification

This commit is contained in:
jasper 2019-04-01 07:26:13 -07:00
parent 0117f6af9f
commit 4a2f676f2e
3 changed files with 12 additions and 6 deletions

View file

@ -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
}