From 2fd750ba654d6f825a843cf93507fcb919d1a345 Mon Sep 17 00:00:00 2001 From: geun <1416geun@naver.com> Date: Wed, 7 Sep 2022 15:43:57 +0900 Subject: [PATCH] . --- src/components/account/mypage/AccountMypagePwForm.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/account/mypage/AccountMypagePwForm.js b/src/components/account/mypage/AccountMypagePwForm.js index a5a65f2..4d3bdd0 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;