From de9410836e60bc3a2cfebfc8b3ca6d350c40fd37 Mon Sep 17 00:00:00 2001 From: samyakmaitre Date: Tue, 29 Oct 2024 08:09:59 +0530 Subject: [PATCH] commit --- src/components/MovieList.js | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/src/components/MovieList.js b/src/components/MovieList.js index 4e5525a..3b002df 100644 --- a/src/components/MovieList.js +++ b/src/components/MovieList.js @@ -62,16 +62,7 @@ function MovieList({ searchTerm }) { ); return ( - -
- {filteredMovies.map((movie, index) => ( - - ))} -
- +