diff options
| author | Tusooa Zhu <tusooa@kazv.moe> | 2022-02-02 21:29:33 -0500 |
|---|---|---|
| committer | Tusooa Zhu <tusooa@kazv.moe> | 2022-02-02 21:30:52 -0500 |
| commit | f886135bb7033a0fc8fd266df62b0f5a01e6a7f5 (patch) | |
| tree | 175779ffe3ca1466d8bcce3df2a9162ec544fd58 | |
| parent | 28ee5721bb88fcbfbdde89df432a408b34045230 (diff) | |
Fix Follow button missing on follow list
| -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> |
