Update Default.tsx

This commit is contained in:
xmflsct 2022-11-20 22:27:15 +01:00
parent 4f329d7724
commit bfd9e8d50c
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ const TimelineDefault: React.FC<Props> = ({
}
const onPress = () => {
if (highlighted) return
analytics('timeline_default_press', {
page: queryKey ? queryKey[1].page : origin
})