From 6e493e6851f69ca237eb54c9a9a26f6decde93d6 Mon Sep 17 00:00:00 2001 From: soo yeon <80268199+sypaik-dev@users.noreply.github.com> Date: Sun, 19 Nov 2023 22:45:37 +0900 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20Refactor:=20=ED=94=84?= =?UTF-8?q?=EB=A1=9C=ED=95=84=20=EC=9D=B4=EB=AF=B8=EC=A7=80=20src=EC=97=90?= =?UTF-8?q?=20=EC=9D=B4=EC=A0=84=20=EC=9D=B4=EB=AF=B8=EC=A7=80=20=EB=B3=80?= =?UTF-8?q?=EC=88=98=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Profile/ProfileImage.jsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/Profile/ProfileImage.jsx b/src/components/Profile/ProfileImage.jsx index 3319574..5204693 100644 --- a/src/components/Profile/ProfileImage.jsx +++ b/src/components/Profile/ProfileImage.jsx @@ -4,11 +4,12 @@ import AddImg from '../../assets/sprite/img-btn.svg'; import AddDarkImg from '../../assets/sprite/img-btn-dark.svg'; import BasicProfileImg from '../../assets/images/basic-profile-l.svg'; -const ProfileImage = ({ previewImage, handleImage }) => { +const ProfileImage = ({ prevImage, previewImage, handleImage }) => { return ( <>