Disable follow button if blocked by user

This commit is contained in:
eris 2023-01-27 00:26:50 +00:00
parent d8dff6062a
commit b3d2f15268

View file

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