Skip to content

Commit

Permalink
chore: add missing prop
Browse files Browse the repository at this point in the history
  • Loading branch information
okanisildar committed Dec 17, 2023
1 parent 74a881c commit a70db77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/(home)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ async function EpisodeDemo() {

return (
<EpisodeDetail.Content
audio_url={data.audio_url}
description={data.description}
duration={data.duration}
id={data.id}
Expand Down

0 comments on commit a70db77

Please sign in to comment.