add back block on channel follow intro
This commit is contained in:
parent
baa73c7329
commit
bd0ad7eb94
1 changed files with 0 additions and 1 deletions
|
@ -52,7 +52,6 @@ function UserChannelFollowIntro(props: Props) {
|
||||||
defaultOrderBy={CS.ORDER_BY_TOP}
|
defaultOrderBy={CS.ORDER_BY_TOP}
|
||||||
defaultFreshness={CS.FRESH_ALL}
|
defaultFreshness={CS.FRESH_ALL}
|
||||||
claimType="channel"
|
claimType="channel"
|
||||||
hideBlock
|
|
||||||
defaultTags={CS.TAGS_FOLLOWED}
|
defaultTags={CS.TAGS_FOLLOWED}
|
||||||
/>
|
/>
|
||||||
{followingCount > 0 && (
|
{followingCount > 0 && (
|
||||||
|
|
Loading…
Reference in a new issue