From 8d885f78fe54e78fee9c345d32cfe57a8dea55fe Mon Sep 17 00:00:00 2001 From: zeppi Date: Fri, 18 Jun 2021 10:24:31 -0400 Subject: [PATCH] fix referral --- ui/component/channelContent/view.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/component/channelContent/view.jsx b/ui/component/channelContent/view.jsx index f25eadb7b..f90df9db2 100644 --- a/ui/component/channelContent/view.jsx +++ b/ui/component/channelContent/view.jsx @@ -144,7 +144,7 @@ function ChannelContent(props: Props) { tileLayout={tileLayout} uris={searchResults} streamType={CS.CONTENT_ALL} - channelIds={[claim.claim_id]} + channelIds={[claimId]} claimType={claimType} feeAmount={CS.FEE_AMOUNT_ANY} defaultOrderBy={CS.ORDER_BY_NEW}