diff --git a/ui/component/channelContent/view.jsx b/ui/component/channelContent/view.jsx index 1f7c142fa..9d40c6fb7 100644 --- a/ui/component/channelContent/view.jsx +++ b/ui/component/channelContent/view.jsx @@ -171,7 +171,7 @@ function ChannelContent(props: Props) { streamType={SIMPLE_SITE ? CS.CONTENT_ALL : undefined} channelIds={[claimId]} claimType={claimType} - feeAmount={CS.FEE_AMOUNT_ANY} + feeAmount={undefined} defaultOrderBy={CS.ORDER_BY_NEW} pageSize={dynamicPageSize} infiniteScroll={defaultInfiniteScroll} diff --git a/ui/page/discover/view.jsx b/ui/page/discover/view.jsx index 5472c3a6c..be6debf76 100644 --- a/ui/page/discover/view.jsx +++ b/ui/page/discover/view.jsx @@ -260,7 +260,7 @@ function DiscoverPage(props: Props) { // TODO: find a better way to determine discover / wild west vs other modes release times // for now including && !tags so that releaseTime={getReleaseTime()} - feeAmount={isWildWest || tags ? CS.FEE_AMOUNT_ANY : undefined} + feeAmount={undefined} channelIds={channelIds} excludedChannelIds={excludedChannelIds} limitClaimsPerChannel={