remove unused event
This commit is contained in:
@@ -257,7 +257,6 @@ export function ProfileGrid({
|
|||||||
key={profile.did}
|
key={profile.did}
|
||||||
profile={profile}
|
profile={profile}
|
||||||
onPress={() => {
|
onPress={() => {
|
||||||
logEvent('feed:interstitial:profileCard:press', {})
|
|
||||||
logEvent('suggestedUser:press', {
|
logEvent('suggestedUser:press', {
|
||||||
logContext:
|
logContext:
|
||||||
viewContext === 'feed'
|
viewContext === 'feed'
|
||||||
|
|||||||
@@ -245,7 +245,6 @@ export type LogEvents = {
|
|||||||
domain: string
|
domain: string
|
||||||
}
|
}
|
||||||
|
|
||||||
'feed:interstitial:profileCard:press': {}
|
|
||||||
'feed:interstitial:feedCard:press': {}
|
'feed:interstitial:feedCard:press': {}
|
||||||
|
|
||||||
'profile:header:suggestedFollowsCard:press': {}
|
'profile:header:suggestedFollowsCard:press': {}
|
||||||
|
|||||||
Reference in New Issue
Block a user