mirror of
https://git.rape.pet/ulith/amputoma-fe.git
synced 2025-02-07 13:52:39 +01:00
Disable follow button if blocked by user
This commit is contained in:
parent
a9a95e9120
commit
7f4dd9ff03
1 changed files with 1 additions and 0 deletions
|
@ -193,6 +193,7 @@
|
|||
<FollowButton
|
||||
:relationship="relationship"
|
||||
:user="user"
|
||||
:disabled="relationship.blocked_by"
|
||||
/>
|
||||
<template v-if="relationship.following">
|
||||
<ProgressButton
|
||||
|
|
Loading…
Add table
Reference in a new issue