Disable adv filters in "Find channels to follow" (#7130)
## Issue 7118 advanced filtering adjustments for channel related context
This commit is contained in:
parent
a199432b5c
commit
0fc9cb9e73
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