logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: f886135bb7033a0fc8fd266df62b0f5a01e6a7f5
parent 28ee5721bb88fcbfbdde89df432a408b34045230
Author: Tusooa Zhu <tusooa@kazv.moe>
Date:   Wed,  2 Feb 2022 21:29:33 -0500

Fix Follow button missing on follow list

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>