diff options
Diffstat (limited to 'src/components/FeedInterstitials.tsx')
-rw-r--r-- | src/components/FeedInterstitials.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/FeedInterstitials.tsx b/src/components/FeedInterstitials.tsx index 16167d83f..fe41d322a 100644 --- a/src/components/FeedInterstitials.tsx +++ b/src/components/FeedInterstitials.tsx @@ -294,7 +294,7 @@ export function ProfileGrid({ moderationOpts={moderationOpts} size={88} /> - <ProfileCard.NameAndHandle + <ProfileCard.Name profile={profile} moderationOpts={moderationOpts} /> |