diff options
Diffstat (limited to 'src/components/follow_card/follow_card.vue')
| -rw-r--r-- | src/components/follow_card/follow_card.vue | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/follow_card/follow_card.vue b/src/components/follow_card/follow_card.vue index d789a325..76a70730 100644 --- a/src/components/follow_card/follow_card.vue +++ b/src/components/follow_card/follow_card.vue @@ -17,10 +17,9 @@ </template> <template v-else> <FollowButton - :user="user" :relationship="relationship" - class="follow-card-follow-button" :label-following="$t('user_card.follow_unfollow')" + class="follow-card-follow-button" /> </template> </div> |
