Hide fast fold follow widget for now

This commit is contained in:
James Grugett 2022-03-09 22:08:55 -06:00
parent 43ce91a537
commit fe49ae4d5a

View File

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