diff --git a/components/posters/JellyseerrPoster.tsx b/components/posters/JellyseerrPoster.tsx index 57ae1c44..25c16d4f 100644 --- a/components/posters/JellyseerrPoster.tsx +++ b/components/posters/JellyseerrPoster.tsx @@ -182,12 +182,10 @@ const JellyseerrPoster: React.FC = ({ /> - {item && ( - - {title} - {releaseYear} - - )} + + {title || ""} + {releaseYear || ""} + ); };