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,
+ })
+ }}
+ />
)}