diff --git a/web/src/pages/podcast.tsx b/web/src/pages/podcast.tsx index f698f06..f2e98b0 100644 --- a/web/src/pages/podcast.tsx +++ b/web/src/pages/podcast.tsx @@ -52,7 +52,7 @@ export const PodcastPage = () => { )} {episode.title} - Added {new Date(episode.createdAt).toLocaleString()} + {new Date(episode.createdAt).toLocaleString()} ))}