diff --git a/app/(app)/products/[id]/page.tsx b/app/(app)/products/[id]/page.tsx
index 5157b73..161b4dc 100644
--- a/app/(app)/products/[id]/page.tsx
+++ b/app/(app)/products/[id]/page.tsx
@@ -131,7 +131,13 @@ export default async function ProductBacklogPage({ params, searchParams }: Props
{activeSprintItem && !isDemo && (
)}
- {!isDemo && }
+ {!isDemo && (
+
+ )}
{!isDemo && product.user_id === session.userId && (
!!s.entities.settings.workflow?.pendingSprintDraft?.[productId],
)
if (hasDraft) return null
+ if (!isActiveProduct) return null
return (
<>