diff --git a/src/view/com/posts/FollowingEmptyState.tsx b/src/view/com/posts/FollowingEmptyState.tsx index 352cc1dc0..06987be51 100644 --- a/src/view/com/posts/FollowingEmptyState.tsx +++ b/src/view/com/posts/FollowingEmptyState.tsx @@ -45,36 +45,6 @@ export function FollowingEmptyState() { happening. - - - - You can also discover new Custom Feeds to follow. - - ) diff --git a/src/view/com/posts/PostFeed.tsx b/src/view/com/posts/PostFeed.tsx index 4f25468c9..c35ad1c1a 100644 --- a/src/view/com/posts/PostFeed.tsx +++ b/src/view/com/posts/PostFeed.tsx @@ -543,14 +543,6 @@ let PostFeed = ({ }) } } else if (feedKind === 'following') { - if (sliceIndex === 0) { - // Show composer prompt for Following feed - if (hasSession && gate('show_composer_prompt')) { - arr.push({ - type: 'composerPrompt', - key: 'composerPrompt-' + sliceIndex, - }) - } } } else if (feedKind === 'profile') { if (sliceIndex === 5) {