We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eccf31b commit a95a0d2Copy full SHA for a95a0d2
src/components/Hero.jsx
@@ -19,7 +19,7 @@ const Hero = () => {
19
autoHeight={true}
20
loop
21
>
22
- {popular.map(
+ {popular.results?.map(
23
(
24
{ original_title, backdrop_path, overview, title, release_date, id },
25
i
0 commit comments