Following Page: fix redundant livestream data passed in
Clean up for 17a9b84d
We are now using `subSection` for livestreams, so no point passing in `prefixUris`, which causes additional processing.
(It wasn't visible because `showNoSourceClaims` was removed, but processing still happens).
This commit is contained in:
parent
e634c728f0
commit
3900d9a049
1 changed files with 0 additions and 1 deletions
|
@ -56,7 +56,6 @@ function ChannelsFollowingPage(props: Props) {
|
|||
)}
|
||||
|
||||
<ClaimListDiscover
|
||||
prefixUris={getLivestreamUris(activeLivestreams, channelIds)}
|
||||
hideAdvancedFilter={SIMPLE_SITE}
|
||||
streamType={SIMPLE_SITE ? CS.CONTENT_ALL : undefined}
|
||||
tileLayout={tileLayout}
|
||||
|
|
Loading…
Reference in a new issue