Skip to content

Commit a95a0d2

Browse files
committed
finish-all
1 parent eccf31b commit a95a0d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Hero.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const Hero = () => {
1919
autoHeight={true}
2020
loop
2121
>
22-
{popular.map(
22+
{popular.results?.map(
2323
(
2424
{ original_title, backdrop_path, overview, title, release_date, id },
2525
i

0 commit comments

Comments
 (0)