fix referral
This commit is contained in:
parent
703f63cec9
commit
8d885f78fe
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue