diff --git a/src/components/overlays/detailsModal/components/carousels/EpisodeCarousel.tsx b/src/components/overlays/detailsModal/components/carousels/EpisodeCarousel.tsx index f5a0385b..5ad2f295 100644 --- a/src/components/overlays/detailsModal/components/carousels/EpisodeCarousel.tsx +++ b/src/components/overlays/detailsModal/components/carousels/EpisodeCarousel.tsx @@ -531,7 +531,7 @@ export function EpisodeCarousel({ {episode.episode_number} {!isAired && ( - + {episode.air_date ? `(${t("details.airs")} - ${new Date(episode.air_date).toLocaleDateString()})` : `(${t("media.unreleased")})`} diff --git a/src/components/player/atoms/Episodes.tsx b/src/components/player/atoms/Episodes.tsx index af677f54..55262c1e 100644 --- a/src/components/player/atoms/Episodes.tsx +++ b/src/components/player/atoms/Episodes.tsx @@ -447,7 +447,7 @@ export function EpisodesView({ E{ep.number} {!isAired && ( - + {ep.air_date ? `(${t("details.airs")} - ${new Date(ep.air_date).toLocaleDateString()})` : `(${t("media.unreleased")})`} @@ -575,7 +575,7 @@ export function EpisodesView({ E{ep.number} {!isAired && ( - + {ep.air_date ? `(${t("details.airs")} - ${new Date(ep.air_date).toLocaleDateString()})` : `(${t("media.unreleased")})`}