diff --git a/ui/component/blockButton/view.jsx b/ui/component/blockButton/view.jsx index d4716d0ab..a749f0cfa 100644 --- a/ui/component/blockButton/view.jsx +++ b/ui/component/blockButton/view.jsx @@ -24,7 +24,7 @@ export default function BlockButton(props: Props) { const blockTitlePrefix = channelIsBlocked ? __('Unblock this channel') : __('Block this channel'); const blockedOverride = channelIsBlocked && isHovering && __('Unblock'); - return permanentUrl && !claimIsMine ? ( + return permanentUrl && (!claimIsMine || channelIsBlocked) ? (