Skip to content

Commit

Permalink
[Fix] #4 마이페이지 헤더 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeiis committed Apr 3, 2024
1 parent 5b1abd6 commit 684221b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default function ProfileHeader() {
<Header
title="프로필"
iconStyleCase={IconStyle.SETTING}
onClickFunction2={handleModalOpen}
onClickFunction={handleModalOpen}
/>
{isModalOpen && <ProfileEditModal onClickFunction={handleModalClose} />}
</>
Expand Down

0 comments on commit 684221b

Please sign in to comment.