Browse Source

Fix Follow button missing on follow list

Tusooa Zhu 3 years ago
parent
commit
f886135bb7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/components/follow_card/follow_card.vue

+ 1 - 0
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>