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 })