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">
|
<div className="section__body">
|
||||||
<ClaimListDiscover
|
<ClaimListDiscover
|
||||||
hideFilters={SIMPLE_SITE}
|
hideFilters={SIMPLE_SITE}
|
||||||
|
hideAdvancedFilter={SIMPLE_SITE}
|
||||||
meta={
|
meta={
|
||||||
<Button
|
<Button
|
||||||
button={subscribedChannels.length < 1 ? 'alt' : 'primary'}
|
button={subscribedChannels.length < 1 ? 'alt' : 'primary'}
|
||||||
|
|
Loading…
Reference in a new issue