From f5900795c42efa3f99f372a130b75ba3b34fa1de Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Thu, 15 Oct 2020 19:10:58 -0400 Subject: [PATCH] Show own channels on blocked list --- ui/component/claimPreview/view.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/component/claimPreview/view.jsx b/ui/component/claimPreview/view.jsx index b4a2bc3f0..28b91f1d6 100644 --- a/ui/component/claimPreview/view.jsx +++ b/ui/component/claimPreview/view.jsx @@ -298,7 +298,7 @@ const ClaimPreview = forwardRef((props: Props, ref: any) => { {isChannel && !channelIsBlocked && !claimIsMine && ( )} - {!hideBlock && isChannel && !isSubscribed && !claimIsMine && ( + {!hideBlock && isChannel && !isSubscribed && (!claimIsMine || channelIsBlocked) && ( )} {includeSupportAction && }