diff options
| author | jared <jaredrmain@gmail.com> | 2019-04-02 10:53:33 -0400 |
|---|---|---|
| committer | jared <jaredrmain@gmail.com> | 2019-04-02 10:53:33 -0400 |
| commit | 79efe0646cb6fc88952e33e13a8ce61205d3aad6 (patch) | |
| tree | 1eeae048c814b7a8da6780776d7a9ce2dcdf09d5 /src/components/user_profile/user_profile.js | |
| parent | 2ee8d213669c101baad726ece5dc37b5eea7da94 (diff) | |
merge develop
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 } |
