diff options
| author | jasper <jasper92341@hotmail.com> | 2019-04-01 07:26:13 -0700 |
|---|---|---|
| committer | jasper <jasper92341@hotmail.com> | 2019-04-01 07:26:13 -0700 |
| commit | 4a2f676f2e7fe40727b0aac573b8c0f9b88eb0fe (patch) | |
| tree | d745b826cd1af24b2eb8a493a076dd21574c8acf /src/components/user_profile/user_profile.js | |
| parent | 0117f6af9f8ae600e613402590de4c9364806967 (diff) | |
Fix user card in notification
Diffstat (limited to 'src/components/user_profile/user_profile.js')
| -rw-r--r-- | src/components/user_profile/user_profile.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/components/user_profile/user_profile.js b/src/components/user_profile/user_profile.js index 82df4510..1df06fe6 100644 --- a/src/components/user_profile/user_profile.js +++ b/src/components/user_profile/user_profile.js @@ -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 } |
