diff --git a/apps/web/app/(app)/[emailAccountId]/reply-zero/onboarding/page.tsx b/apps/web/app/(app)/[emailAccountId]/reply-zero/onboarding/page.tsx index dfb790c685..88f481b6b9 100644 --- a/apps/web/app/(app)/[emailAccountId]/reply-zero/onboarding/page.tsx +++ b/apps/web/app/(app)/[emailAccountId]/reply-zero/onboarding/page.tsx @@ -13,6 +13,7 @@ export default async function OnboardingReplyTracker(props: { where: { emailAccountId, systemType: { in: CONVERSATION_STATUS_TYPES }, + enabled: true, }, select: { id: true }, }); diff --git a/apps/web/app/(app)/[emailAccountId]/reply-zero/page.tsx b/apps/web/app/(app)/[emailAccountId]/reply-zero/page.tsx index 74ad15ca0b..48b57efeab 100644 --- a/apps/web/app/(app)/[emailAccountId]/reply-zero/page.tsx +++ b/apps/web/app/(app)/[emailAccountId]/reply-zero/page.tsx @@ -47,6 +47,7 @@ export default async function ReplyTrackerPage(props: { systemType: { in: CONVERSATION_STATUS_TYPES, }, + enabled: true, }, select: { id: true }, },