From c8e307b5cf35580bc576cd26d9ec17a77d7bdba1 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Wed, 18 Dec 2024 13:55:59 -0600 Subject: Trending tracking 2 (#7162) * Move (cherry picked from commit bfb96f4ce287b140d25f36c678c0ac21bdb11b3d) * Add to recommeded too (cherry picked from commit e6844883a6c0dfeb1a36837d70c09e1240c32a06) --------- Co-authored-by: Dan Abramov --- src/screens/Search/components/ExploreTrendingTopics.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/screens/Search/components/ExploreTrendingTopics.tsx') diff --git a/src/screens/Search/components/ExploreTrendingTopics.tsx b/src/screens/Search/components/ExploreTrendingTopics.tsx index a4766a0f4..ca4fa6e5e 100644 --- a/src/screens/Search/components/ExploreTrendingTopics.tsx +++ b/src/screens/Search/components/ExploreTrendingTopics.tsx @@ -43,7 +43,7 @@ function Inner() { const trendingPrompt = Prompt.usePromptControl() const onConfirmHide = React.useCallback(() => { - logEvent('trendingTopics:hide', {context: 'explore'}) + logEvent('trendingTopics:hide', {context: 'explore:trending'}) setTrendingDisabled(true) }, [setTrendingDisabled]) @@ -51,9 +51,10 @@ function Inner() { <> @@ -78,9 +79,8 @@ function Inner() { What people are posting about. -