diff --git a/src/components/FeedInterstitials.tsx b/src/components/FeedInterstitials.tsx index a915cb32a3..20435d3814 100644 --- a/src/components/FeedInterstitials.tsx +++ b/src/components/FeedInterstitials.tsx @@ -128,7 +128,7 @@ export function SuggestedFollows() { /> diff --git a/src/lib/statsig/events.ts b/src/lib/statsig/events.ts index 19fd6e5fd9..3cde44ef22 100644 --- a/src/lib/statsig/events.ts +++ b/src/lib/statsig/events.ts @@ -147,7 +147,7 @@ export type LogEvents = { | 'ProfileHoverCard' | 'AvatarButton' | 'StarterPackProfilesList' - | 'FeedsInterstitial' + | 'FeedInterstitial' } 'profile:unfollow': { logContext: @@ -161,7 +161,7 @@ export type LogEvents = { | 'Chat' | 'AvatarButton' | 'StarterPackProfilesList' - | 'FeedsInterstitial' + | 'FeedInterstitial' } 'chat:create': { logContext: 'ProfileHeader' | 'NewChatDialog' | 'SendViaChatDialog'