Add back sorting on tags page

This commit is contained in:
Thomas Zarebczan 2022-01-14 12:39:33 -05:00
parent 344da194ca
commit 53155bd7d6
No known key found for this signature in database
GPG key ID: D505010BDB4364BC

View file

@ -244,7 +244,7 @@ function DiscoverPage(props: Props) {
<ClaimListDiscover <ClaimListDiscover
prefixUris={useDualList ? undefined : livestreamUris} prefixUris={useDualList ? undefined : livestreamUris}
pins={useDualList ? undefined : getPins(dynamicRouteProps)} pins={useDualList ? undefined : getPins(dynamicRouteProps)}
hideFilters={SIMPLE_SITE ? !dynamicRouteProps : undefined} hideFilters={SIMPLE_SITE ? !(dynamicRouteProps || tags) : undefined}
header={useDualList ? <span /> : repostedUri ? <span /> : undefined} header={useDualList ? <span /> : repostedUri ? <span /> : undefined}
tileLayout={repostedUri ? false : tileLayout} tileLayout={repostedUri ? false : tileLayout}
defaultOrderBy={SIMPLE_SITE ? (dynamicRouteProps ? undefined : CS.ORDER_BY_TRENDING) : undefined} defaultOrderBy={SIMPLE_SITE ? (dynamicRouteProps ? undefined : CS.ORDER_BY_TRENDING) : undefined}