Skip to content

Commit

Permalink
fix: types
Browse files Browse the repository at this point in the history
  • Loading branch information
altaywtf committed Dec 15, 2023
1 parent 1f17c24 commit 036ea25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { CollapsiblePanel } from '../ui/collapsible-panel';

export function EpisodeAISummaryPlaceholder(props: PropsWithChildren) {
return (
<CollapsiblePanel open={false} title="Episode summary">
<CollapsiblePanel title="Episode summary">
{FAKE_EPISODE_SUMMARY}

<Flex
Expand Down

0 comments on commit 036ea25

Please sign in to comment.