Add remove follower confirmation

This commit is contained in:
Tusooa Zhu 2022-09-27 18:47:50 -04:00 committed by tusooa
commit ce8101e60a
No known key found for this signature in database
GPG key ID: 7B467EDE43A08224
9 changed files with 99 additions and 3 deletions

View file

@ -24,6 +24,7 @@
/>
<RemoveFollowerButton
v-if="noFollowsYou && relationship.followed_by"
:user="user"
:relationship="relationship"
class="follow-card-button"
/>