diff --git a/ui/component/claimMenuList/view.jsx b/ui/component/claimMenuList/view.jsx index 1633ade72..57859c72d 100644 --- a/ui/component/claimMenuList/view.jsx +++ b/ui/component/claimMenuList/view.jsx @@ -84,10 +84,10 @@ function ClaimMenuList(props: Props) { } = props; const repostedContent = claim && claim.reposted_claim; const contentClaim = repostedContent || claim; - const incognito = channelUri && !channelUri.includes('@'); + const incognitoClaim = channelUri && !channelUri.includes('@'); const signingChannel = claim && (claim.signing_channel || claim); const permanentUrl = String(channelUri); - const isChannel = !incognito && signingChannel === claim; + const isChannel = !incognitoClaim && signingChannel === claim; const showDelete = claimIsMine || (fileInfo && (fileInfo.written_bytes > 0 || fileInfo.blobs_completed > 0)); const subscriptionLabel = isSubscribed ? __('Unfollow') : __('Follow'); @@ -189,15 +189,6 @@ function ClaimMenuList(props: Props) { - {!incognito && !isRepost && !claimIsMine && !isChannelPage && ( - -
- - {subscriptionLabel} -
-
- )} - {hasExperimentalUi && ( <> {/* WATCH LATER */} @@ -270,7 +261,14 @@ function ClaimMenuList(props: Props) { )} )} - + {!incognitoClaim && !isRepost && !claimIsMine && !isChannelPage && ( + +
+ + {subscriptionLabel} +
+
+ )} {!isChannelPage && ( <> @@ -286,7 +284,7 @@ function ClaimMenuList(props: Props) { {!isMyCollection && ( <> {(!claimIsMine || channelIsBlocked) && channelUri ? ( - !incognito && + !incognitoClaim && !isRepost && ( <>