support repost bugfix

This commit is contained in:
zeppi 2021-01-15 08:32:48 -05:00 committed by Thomas Zarebczan
parent ccd13f2233
commit 6211c243dd

View file

@ -328,7 +328,7 @@ const ClaimPreview = forwardRef<any, {}>((props: Props, ref: any) => {
{!hideBlock && isChannelUri && !isSubscribed && (!claimIsMine || channelIsBlocked) && ( {!hideBlock && isChannelUri && !isSubscribed && (!claimIsMine || channelIsBlocked) && (
<BlockButton uri={contentUri.startsWith('lbry://') ? contentUri : `lbry://${contentUri}`} /> <BlockButton uri={contentUri.startsWith('lbry://') ? contentUri : `lbry://${contentUri}`} />
)} )}
{includeSupportAction && <ClaimSupportButton uri={contentUri} />} {includeSupportAction && <ClaimSupportButton uri={uri} />}
</div> </div>
)} )}
</> </>