Disable view_count on Channel Page due to layout (wrap) issue.
This commit is contained in:
parent
4259d6fc17
commit
8afab7dbba
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ function ChannelContent(props: Props) {
|
|||
defaultFreshness={CS.FRESH_ALL}
|
||||
showHiddenByUser={viewHiddenChannels}
|
||||
forceShowReposts
|
||||
fetchViewCount
|
||||
// fetchViewCount
|
||||
hideFilters={!showFilters}
|
||||
hideAdvancedFilter={!showFilters}
|
||||
tileLayout={tileLayout}
|
||||
|
|
Loading…
Reference in a new issue