diff --git a/ui/component/claimListDiscover/view.jsx b/ui/component/claimListDiscover/view.jsx index 78ead781f..f0d4aaada 100644 --- a/ui/component/claimListDiscover/view.jsx +++ b/ui/component/claimListDiscover/view.jsx @@ -1,5 +1,5 @@ // @flow -import { ENABLE_NO_SOURCE_CLAIMS, SIMPLE_SITE } from 'config'; +import { ENABLE_NO_SOURCE_CLAIMS } from 'config'; import type { Node } from 'react'; import * as CS from 'constants/claim_search'; import React from 'react'; @@ -148,7 +148,7 @@ function ClaimListDiscover(props: Props) { // pageSize, defaultClaimType, streamType, - defaultStreamType = SIMPLE_SITE ? [CS.FILE_VIDEO, CS.FILE_AUDIO] : undefined, // add param for DEFAULT_STREAM_TYPE + defaultStreamType, freshness, defaultFreshness = CS.FRESH_WEEK, renderProperties, diff --git a/ui/page/discover/view.jsx b/ui/page/discover/view.jsx index 6de39d804..36134fb6c 100644 --- a/ui/page/discover/view.jsx +++ b/ui/page/discover/view.jsx @@ -207,6 +207,7 @@ function DiscoverPage(props: Props) { tileLayout={repostedUri ? false : tileLayout} defaultOrderBy={isWildWest || tags ? CS.ORDER_BY_TRENDING : undefined} claimType={claimType ? [claimType] : undefined} + defaultStreamType={isCategory ? [CS.FILE_VIDEO, CS.FILE_AUDIO] : undefined} headerLabel={headerLabel} tags={tags} hiddenNsfwMessage={}