We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7468355 commit fc43ea0Copy full SHA for fc43ea0
apps/web/app/s/[videoId]/_components/tabs/Summary.tsx
@@ -94,10 +94,7 @@ export const Summary: React.FC<SummaryProps> = ({
94
}
95
};
96
97
- const hasExistingAiData =
98
- aiData?.summary || (aiData?.chapters && aiData.chapters.length > 0);
99
-
100
- if (!isVideoOwnerPro && !hasExistingAiData) {
+ if (!isVideoOwnerPro) {
101
return (
102
<div className="flex flex-col justify-center items-center p-8 h-full text-center">
103
<div className="space-y-4 max-w-sm">
0 commit comments