Explorar o código

Fix Follow button missing on follow list

Tusooa Zhu %!s(int64=3) %!d(string=hai) anos
pai
achega
f886135bb7
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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>