diff --git a/web/pages/daily-movers.tsx b/web/pages/daily-movers.tsx index a925a425..3b709d89 100644 --- a/web/pages/daily-movers.tsx +++ b/web/pages/daily-movers.tsx @@ -3,6 +3,7 @@ import { Col } from 'web/components/layout/col' import { Page } from 'web/components/page' import { Title } from 'web/components/title' import { useProbChangesAlgolia } from 'web/hooks/use-prob-changes' +import { useTracking } from 'web/hooks/use-tracking' import { useUser } from 'web/hooks/use-user' export default function DailyMovers() { @@ -10,6 +11,8 @@ export default function DailyMovers() { const changes = useProbChangesAlgolia(user?.id ?? '') + useTracking('view daily movers') + return (