Hide fast fold follow widget for now
This commit is contained in:
parent
43ce91a537
commit
fe49ae4d5a
|
@ -84,14 +84,14 @@ const Home = (props: {
|
|||
<FeedCreate user={user ?? undefined} />
|
||||
<Spacer h={6} />
|
||||
|
||||
{initialFollowedFoldSlugs !== undefined &&
|
||||
{/* {initialFollowedFoldSlugs !== undefined &&
|
||||
initialFollowedFoldSlugs.length === 0 &&
|
||||
!IS_PRIVATE_MANIFOLD && (
|
||||
<FastFoldFollowing
|
||||
user={user}
|
||||
followedFoldSlugs={initialFollowedFoldSlugs}
|
||||
/>
|
||||
)}
|
||||
)} */}
|
||||
|
||||
<Spacer h={5} />
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user