From 22620407970465f32d801aae1f78cb6c441b4685 Mon Sep 17 00:00:00 2001 From: DS Boyce <260543580+ds-boyce@users.noreply.github.com> Date: Tue, 31 Mar 2026 14:54:51 -0700 Subject: [PATCH] Display see more link for suggested users in profile header (#10134) --- src/components/FeedInterstitials.tsx | 68 +++++++++++++--------------- 1 file changed, 32 insertions(+), 36 deletions(-) diff --git a/src/components/FeedInterstitials.tsx b/src/components/FeedInterstitials.tsx index 645b90a4f6..ff23e3998f 100644 --- a/src/components/FeedInterstitials.tsx +++ b/src/components/FeedInterstitials.tsx @@ -560,32 +560,30 @@ export function ProfileGrid({ Suggested for you - {!isProfileHeaderContext && ( - - )} + @@ -605,16 +603,14 @@ export function ProfileGrid({ decelerationRate="fast"> {content} - {!isProfileHeaderContext && ( - { - followDialogControl.open() - ax.metric('suggestedUser:seeMore', { - logContext, - }) - }} - /> - )} + { + followDialogControl.open() + ax.metric('suggestedUser:seeMore', { + logContext, + }) + }} + /> )}