Browse Source

Fix Follow button missing on follow list

Tusooa Zhu 3 năm trước cách đây
mục cha
commit
f886135bb7
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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>