Skip to content

Commit

Permalink
refactor: remove extra Text
Browse files Browse the repository at this point in the history
  • Loading branch information
altaywtf committed Dec 15, 2023
1 parent 02e7dbb commit 25af699
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions components/episode-detail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@ function EpisodeDetailContent(

{props.description ? (
<CollapsiblePanel title="Episode description">
<Text size="2">
<EpisodeDescription>{props.description}</EpisodeDescription>
</Text>
<EpisodeDescription>{props.description}</EpisodeDescription>
</CollapsiblePanel>
) : null}

Expand Down

0 comments on commit 25af699

Please sign in to comment.