diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2022-02-03 10:22:22 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2022-02-03 10:22:22 +0000 |
| commit | a5e20a4eb25864889dbc7dff1a6a9ad2cb98735b (patch) | |
| tree | 0340b7ffb18a5016e0554fd3fb9ffa80471a8e46 | |
| parent | dd75e43c57a720f7f2d9f55bac84584049204a0e (diff) | |
| parent | f886135bb7033a0fc8fd266df62b0f5a01e6a7f5 (diff) | |
Merge branch 'from/develop/tusooa/fix-follow-list' into 'develop'
Fix Follow button missing on follow list
See merge request pleroma/pleroma-fe!1428
| -rw-r--r-- | src/components/follow_card/follow_card.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/follow_card/follow_card.vue b/src/components/follow_card/follow_card.vue index b503783f..895a8fa3 100644 --- a/src/components/follow_card/follow_card.vue +++ b/src/components/follow_card/follow_card.vue @@ -20,6 +20,7 @@ :relationship="relationship" :label-following="$t('user_card.follow_unfollow')" class="follow-card-follow-button" + :user="user" /> </template> </div> |
