diff --git a/src/components/account/mypage/AccountMypagePwForm.js b/src/components/account/mypage/AccountMypagePwForm.js index 75a3593..fe322ec 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} )}