diff --git a/src/components/FeedInterstitials.tsx b/src/components/FeedInterstitials.tsx
index fe41d322ac..28c4cbba6c 100644
--- a/src/components/FeedInterstitials.tsx
+++ b/src/components/FeedInterstitials.tsx
@@ -294,30 +294,41 @@ export function ProfileGrid({
moderationOpts={moderationOpts}
size={88}
/>
-
- {
- logEvent('suggestedUser:follow', {
- logContext:
- viewContext === 'feed'
- ? 'InterstitialDiscover'
- : 'InterstitialProfile',
- location: 'Card',
- recId,
- position: index,
- })
- }}
- />
-
+
+
+
+
+
+ {
+ logEvent('suggestedUser:follow', {
+ logContext:
+ viewContext === 'feed'
+ ? 'InterstitialDiscover'
+ : 'InterstitialProfile',
+ location: 'Card',
+ recId,
+ position: index,
+ })
+ }}
+ />
)}