gabholli / media-site

A media finder that I created using React.js, Tailwind CSS, TypeScript and Next.js
MIT License
0 stars 0 forks source link

Bug encountered in movie list and people list #20

Closed gabholli closed 6 months ago

gabholli commented 6 months ago

If no result, heading is shown instead of placeholder text

gabholli commented 6 months ago

Encountered in people list when "freef" is entered

gabholli commented 6 months ago

This is due to not checking for value of null in profile_path

gabholli commented 6 months ago

Solved problem by implementing filtered arrays before main lists in movie and people lists