aboutsummaryrefslogtreecommitdiff
path: root/src/components/user_profile/user_profile.js
diff options
context:
space:
mode:
authorShpuld Shpludson <shp@cock.li>2019-04-01 15:38:14 +0000
committerShpuld Shpludson <shp@cock.li>2019-04-01 15:38:14 +0000
commit6c24ae9b0be25becc453cd62ba78b955c5fb6c70 (patch)
tree1eeebe0380b1a4526c1ccd2e67f4adc3ba6932bd /src/components/user_profile/user_profile.js
parent0117f6af9f8ae600e613402590de4c9364806967 (diff)
parent80277e5571bbe72d341dc17e7b418e6bdaa25029 (diff)
Merge branch 'fix/user-card-buttons' into 'develop'
#467 Fix/Muted and Blocked not "pressed" on User Card Closes #467 See merge request pleroma/pleroma-fe!720
Diffstat (limited to 'src/components/user_profile/user_profile.js')
-rw-r--r--src/components/user_profile/user_profile.js3
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
}