Disable follow button if blocked by user
ci/woodpecker/pr/woodpecker Pipeline was successful Details

This commit is contained in:
eris 2023-01-27 00:26:50 +00:00
parent a9a95e9120
commit 7f4dd9ff03
1 changed files with 1 additions and 0 deletions

View File

@ -193,6 +193,7 @@
<FollowButton
:relationship="relationship"
:user="user"
:disabled="relationship.blocked_by"
/>
<template v-if="relationship.following">
<ProgressButton