diff --git a/src/app/(main)/websites/[websiteId]/sessions/SessionsPage.tsx b/src/app/(main)/websites/[websiteId]/sessions/SessionsPage.tsx index d1e125429..76ab1a8ed 100644 --- a/src/app/(main)/websites/[websiteId]/sessions/SessionsPage.tsx +++ b/src/app/(main)/websites/[websiteId]/sessions/SessionsPage.tsx @@ -11,7 +11,7 @@ import SessionsWeekly from './SessionsWeekly'; import { useQueryState } from 'nuqs'; export function SessionsPage({ websiteId }) { - const [tab, setTab] = useQueryState('activity', { defaultValue: 'activity' }); + const [tab, setTab] = useQueryState('tab', { defaultValue: 'activity' }); const { formatMessage, labels } = useMessages();