remove unused event

This commit is contained in:
Hailey
2025-01-26 15:30:36 -08:00
parent 8ebc4d1fef
commit ac5c5325ce
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -257,7 +257,6 @@ export function ProfileGrid({
key={profile.did}
profile={profile}
onPress={() => {
logEvent('feed:interstitial:profileCard:press', {})
logEvent('suggestedUser:press', {
logContext:
viewContext === 'feed'
-1
View File
@@ -245,7 +245,6 @@ export type LogEvents = {
domain: string
}
'feed:interstitial:profileCard:press': {}
'feed:interstitial:feedCard:press': {}
'profile:header:suggestedFollowsCard:press': {}