diff --git a/client/src/pages/MyPage/UI/ShortMovieList.tsx b/client/src/pages/MyPage/UI/ShortMovieList.tsx index 416357e..4bf9eea 100644 --- a/client/src/pages/MyPage/UI/ShortMovieList.tsx +++ b/client/src/pages/MyPage/UI/ShortMovieList.tsx @@ -5,6 +5,7 @@ interface movieListProps { } interface MoviePosterProps { + movieId: string; title: string; releaseDate: string; score: number; @@ -18,6 +19,7 @@ const shortMovieList: React.FC = ({ movies }) => { {movies.map((movie: MoviePosterProps, index: number) => ( { + console.log(res); console.log('수정 완료'); }) .catch((err) => {