aboutsummaryrefslogtreecommitdiff
path: root/src/components/user_profile/user_profile.vue
diff options
context:
space:
mode:
authorShpuld Shpludson <shp@cock.li>2020-05-08 09:14:26 +0000
committerShpuld Shpludson <shp@cock.li>2020-05-08 09:14:26 +0000
commit47c56ffa1c8509ed323602f54be34328e9105419 (patch)
treec439d51bcc3a5a972fc763ab96ade4cee9bed7a1 /src/components/user_profile/user_profile.vue
parent921eedfd84007da72619a553ba8d074076559e7a (diff)
parent1186205583715b187bb4e503dc35e8c0644cfc7e (diff)
Merge branch 'feat/relationship-refactor' into 'develop'
Refactor: make relationships separate from users Closes #819 See merge request pleroma/pleroma-fe!1091
Diffstat (limited to 'src/components/user_profile/user_profile.vue')
-rw-r--r--src/components/user_profile/user_profile.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/user_profile/user_profile.vue b/src/components/user_profile/user_profile.vue
index 14082e83..1871d46c 100644
--- a/src/components/user_profile/user_profile.vue
+++ b/src/components/user_profile/user_profile.vue
@@ -5,7 +5,7 @@
class="user-profile panel panel-default"
>
<UserCard
- :user="user"
+ :user-id="userId"
:switcher="true"
:selected="timeline.viewing"
:allow-zooming-avatar="true"