Browse Source

.

pull/2/head
김지은 2 years ago
parent
commit
2fd750ba65
  1. 5
      src/components/account/mypage/AccountMypagePwForm.js

5
src/components/account/mypage/AccountMypagePwForm.js

@ -46,6 +46,8 @@ const AccountMypagePwForm = ({ user }) => {
dispatch(pwUpdateAction.request(data));
}
return (
<Card>
<CardBody className='card-body-tab-cont'>
<form onSubmit={handleSubmit(onSubmit)}>
<TabPane tabId='2'>
<div className='search-info-box'>
@ -85,7 +87,8 @@ const AccountMypagePwForm = ({ user }) => {
</div>
</TabPane>
</form>
</CardBody>
</Card>
)
}
export default AccountMypagePwForm;

Loading…
Cancel
Save