forked from AkkomaGang/akkoma-fe
Disable follow button if blocked by user
This commit is contained in:
parent
092c94301f
commit
7ffa39784b
1 changed files with 1 additions and 0 deletions
|
@ -193,6 +193,7 @@
|
||||||
<FollowButton
|
<FollowButton
|
||||||
:relationship="relationship"
|
:relationship="relationship"
|
||||||
:user="user"
|
:user="user"
|
||||||
|
:disabled="relationship.blocked_by"
|
||||||
/>
|
/>
|
||||||
<template v-if="relationship.following">
|
<template v-if="relationship.following">
|
||||||
<ProgressButton
|
<ProgressButton
|
||||||
|
|
Loading…
Reference in a new issue