Fix wildwest types, add doc to category
This commit is contained in:
parent
208b701998
commit
463e6f5687
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +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}
|
||||
defaultStreamType={isCategory && !isWildWest ? [CS.FILE_VIDEO, CS.FILE_AUDIO, CS.FILE_DOCUMENT] : undefined}
|
||||
headerLabel={headerLabel}
|
||||
tags={tags}
|
||||
hiddenNsfwMessage={<HiddenNsfw type="page" />}
|
||||
|
|
Loading…
Reference in a new issue