From bfd9e8d50c0ff8c01293302ce13191e26b651ea6 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Sun, 20 Nov 2022 22:27:15 +0100 Subject: [PATCH] Update Default.tsx --- src/components/Timeline/Default.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Timeline/Default.tsx b/src/components/Timeline/Default.tsx index 5adcf7e4..18d88803 100644 --- a/src/components/Timeline/Default.tsx +++ b/src/components/Timeline/Default.tsx @@ -64,6 +64,7 @@ const TimelineDefault: React.FC = ({ } const onPress = () => { + if (highlighted) return analytics('timeline_default_press', { page: queryKey ? queryKey[1].page : origin })