From 6207984c234edef31ee410a88335e7622f30cc4d Mon Sep 17 00:00:00 2001 From: hagjoon Date: Mon, 5 Sep 2022 15:30:09 +0900 Subject: [PATCH] =?UTF-8?q?[=ED=94=84=EB=A1=9C=ED=95=84]=20=EB=B9=84?= =?UTF-8?q?=EB=B0=80=EB=B2=88=ED=98=B8=20=EB=B3=80=EA=B2=BD=20=EC=BD=98?= =?UTF-8?q?=EC=86=94=EC=97=90=EB=9F=AC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/account/mypage/AccountMypagePwForm.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/account/mypage/AccountMypagePwForm.js b/src/components/account/mypage/AccountMypagePwForm.js index 75a3593e..fe322ec4 100644 --- a/src/components/account/mypage/AccountMypagePwForm.js +++ b/src/components/account/mypage/AccountMypagePwForm.js @@ -53,7 +53,7 @@ const AccountMypagePwForm = ({user}) => { - + {errors && errors.userPswd && ( {errors.userPswd.message} )} @@ -62,7 +62,7 @@ const AccountMypagePwForm = ({user}) => { - + {errors && errors.newPswd && ( {errors.newPswd.message} )} @@ -71,7 +71,7 @@ const AccountMypagePwForm = ({user}) => { - + {errors && errors.newPswdConfirm && ( {errors.newPswdConfirm.message} )}