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}
|
tileLayout={tileLayout}
|
||||||
uris={searchResults}
|
uris={searchResults}
|
||||||
streamType={CS.CONTENT_ALL}
|
streamType={CS.CONTENT_ALL}
|
||||||
channelIds={[claim.claim_id]}
|
channelIds={[claimId]}
|
||||||
claimType={claimType}
|
claimType={claimType}
|
||||||
feeAmount={CS.FEE_AMOUNT_ANY}
|
feeAmount={CS.FEE_AMOUNT_ANY}
|
||||||
defaultOrderBy={CS.ORDER_BY_NEW}
|
defaultOrderBy={CS.ORDER_BY_NEW}
|
||||||
|
|
Loading…
Reference in a new issue