logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: a5e20a4eb25864889dbc7dff1a6a9ad2cb98735b
parent dd75e43c57a720f7f2d9f55bac84584049204a0e
Author: HJ <30-hj@users.noreply.git.pleroma.social>
Date:   Thu,  3 Feb 2022 10:22:22 +0000

Merge branch 'from/develop/tusooa/fix-follow-list' into 'develop'

Fix Follow button missing on follow list

See merge request pleroma/pleroma-fe!1428

Diffstat:

Msrc/components/follow_card/follow_card.vue1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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>