aboutsummaryrefslogtreecommitdiff
path: root/src/components/follow_card
diff options
context:
space:
mode:
authorTusooa Zhu <tusooa@kazv.moe>2022-02-02 21:29:33 -0500
committerTusooa Zhu <tusooa@kazv.moe>2022-02-02 21:30:52 -0500
commitf886135bb7033a0fc8fd266df62b0f5a01e6a7f5 (patch)
tree175779ffe3ca1466d8bcce3df2a9162ec544fd58 /src/components/follow_card
parent28ee5721bb88fcbfbdde89df432a408b34045230 (diff)
Fix Follow button missing on follow list
Diffstat (limited to 'src/components/follow_card')
-rw-r--r--src/components/follow_card/follow_card.vue1
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>