diff --git a/src/components/account/mypage/AccountMypagePwForm.js b/src/components/account/mypage/AccountMypagePwForm.js index a5a65f2d..4d3bdd08 100644 --- a/src/components/account/mypage/AccountMypagePwForm.js +++ b/src/components/account/mypage/AccountMypagePwForm.js @@ -46,6 +46,8 @@ const AccountMypagePwForm = ({ user }) => { dispatch(pwUpdateAction.request(data)); } return ( + +
@@ -85,7 +87,8 @@ const AccountMypagePwForm = ({ user }) => {
- +
+
) } export default AccountMypagePwForm;