diff options
| author | Tusooa Zhu <tusooa@kazv.moe> | 2022-09-27 18:47:50 -0400 |
|---|---|---|
| committer | tusooa <tusooa@kazv.moe> | 2023-01-22 09:25:24 -0500 |
| commit | ce8101e60a1dc1a768f793a34fb6e9cca70b4858 (patch) | |
| tree | e52a0c0360dd9bf8ef04a63e7994216a73147027 /src/components/follow_card | |
| parent | 5359633c743455739a8b6fe64e246c832656b4d0 (diff) | |
Add remove follower confirmation
Diffstat (limited to 'src/components/follow_card')
| -rw-r--r-- | src/components/follow_card/follow_card.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/follow_card/follow_card.vue b/src/components/follow_card/follow_card.vue index eff69fb2..bdb6b809 100644 --- a/src/components/follow_card/follow_card.vue +++ b/src/components/follow_card/follow_card.vue @@ -24,6 +24,7 @@ /> <RemoveFollowerButton v-if="noFollowsYou && relationship.followed_by" + :user="user" :relationship="relationship" class="follow-card-button" /> |
