Disable adv filters in "Find channels to follow" (#7130)

## Issue
7118 advanced filtering adjustments for channel related context
This commit is contained in:
infinite-persistence 2021-09-20 22:19:34 +08:00 committed by GitHub
parent a199432b5c
commit 0fc9cb9e73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,6 +59,7 @@ function UserChannelFollowIntro(props: Props) {
<div className="section__body">
<ClaimListDiscover
hideFilters={SIMPLE_SITE}
hideAdvancedFilter={SIMPLE_SITE}
meta={
<Button
button={subscribedChannels.length < 1 ? 'alt' : 'primary'}