From f886135bb7033a0fc8fd266df62b0f5a01e6a7f5 Mon Sep 17 00:00:00 2001 From: Tusooa Zhu Date: Wed, 2 Feb 2022 21:29:33 -0500 Subject: [PATCH] Fix Follow button missing on follow list --- src/components/follow_card/follow_card.vue | 1 + 1 file changed, 1 insertion(+) 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" />