Skip to content

Commit fc43ea0

Browse files
authored
Update Summary.tsx (#1276)
1 parent 7468355 commit fc43ea0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

apps/web/app/s/[videoId]/_components/tabs/Summary.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,7 @@ export const Summary: React.FC<SummaryProps> = ({
9494
}
9595
};
9696

97-
const hasExistingAiData =
98-
aiData?.summary || (aiData?.chapters && aiData.chapters.length > 0);
99-
100-
if (!isVideoOwnerPro && !hasExistingAiData) {
97+
if (!isVideoOwnerPro) {
10198
return (
10299
<div className="flex flex-col justify-center items-center p-8 h-full text-center">
103100
<div className="space-y-4 max-w-sm">

0 commit comments

Comments
 (0)