From 38eeaae749a772ae7b5b34d4ea42a3efd2c9b003 Mon Sep 17 00:00:00 2001 From: sonagi98 Date: Mon, 24 Jul 2023 09:54:54 +0900 Subject: [PATCH] =?UTF-8?q?fix/=20props=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/pages/MyPage/UI/ShortMovieList.tsx | 2 ++ client/src/pages/MyPage/UserInfo/InfoEditModal.tsx | 1 + 2 files changed, 3 insertions(+) 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) => {