Skip to content

Commit

Permalink
fix: simplified summary note
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyLv committed Mar 9, 2023
1 parent 59025ea commit 09528f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/SummaryResult.tsx
Expand Up @@ -65,7 +65,7 @@ export function SummaryResult({
<ActionsAfterResult
curVideo={currentVideoUrl}
onCopy={handleCopy}
summaryNote={summaryNote}
summaryNote={formattedSummary}
/>
</div>
);
Expand Down

1 comment on commit 09528f3

@vercel
Copy link

@vercel vercel bot commented on 09528f3 Mar 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.