1
0
mirror of https://github.com/tooot-app/app synced 2025-02-07 15:38:47 +01:00

Update Default.tsx

This commit is contained in:
xmflsct 2022-11-20 22:27:15 +01:00
parent 4f329d7724
commit bfd9e8d50c

View File

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