Disable adv filters in "Find channels to follow" #7130
1 changed files with 1 additions and 0 deletions
|
@ -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'}
|
||||
|
|
Loading…
Reference in a new issue