From ac57ad1f3a22b0d9dd0e2a0b3f93bcf491a6562c Mon Sep 17 00:00:00 2001 From: ameer2468 <33054370+ameer2468@users.noreply.github.com> Date: Wed, 22 Oct 2025 23:53:51 +0300 Subject: [PATCH] Update Summary.tsx --- apps/web/app/s/[videoId]/_components/tabs/Summary.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/apps/web/app/s/[videoId]/_components/tabs/Summary.tsx b/apps/web/app/s/[videoId]/_components/tabs/Summary.tsx index 80aa3cdc89..1a3d17488d 100644 --- a/apps/web/app/s/[videoId]/_components/tabs/Summary.tsx +++ b/apps/web/app/s/[videoId]/_components/tabs/Summary.tsx @@ -94,10 +94,7 @@ export const Summary: React.FC = ({ } }; - const hasExistingAiData = - aiData?.summary || (aiData?.chapters && aiData.chapters.length > 0); - - if (!isVideoOwnerPro && !hasExistingAiData) { + if (!isVideoOwnerPro) { return (