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

Merged
infinite-persistence merged 1 commit from ip/channel.filter into master 2021-09-20 16:19:35 +02:00

View file

@ -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'}