diff --git a/src/components/PersonDetails/index.tsx b/src/components/PersonDetails/index.tsx index 3609a0263..7eb32fa0b 100644 --- a/src/components/PersonDetails/index.tsx +++ b/src/components/PersonDetails/index.tsx @@ -82,7 +82,7 @@ const PersonDetails: React.FC = () => { media.posterPath) + .filter((media) => media.backdropPath) .map( (media) => `//image.tmdb.org/t/p/w1920_and_h800_multi_faces/${media.backdropPath}`