aboutsummaryrefslogtreecommitdiff
path: root/src/components/follow_card/follow_card.vue
diff options
context:
space:
mode:
authorShpuld Shpuldson <shp@cock.li>2020-04-23 14:27:27 +0300
committerShpuld Shpuldson <shp@cock.li>2020-04-23 14:27:27 +0300
commitca00e93b6092c855b0109e1e6dab93c29a28716a (patch)
tree6d4bc65ba74a27a78d8381e6bd2fa88f65910583 /src/components/follow_card/follow_card.vue
parent99d8e16e4d19acbd811a9e19e087eeed04f7b638 (diff)
minor fixes
Diffstat (limited to 'src/components/follow_card/follow_card.vue')
-rw-r--r--src/components/follow_card/follow_card.vue3
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>