Skip to content

Commit

Permalink
fix: 중복검사 에서 중복 검사 로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ZUITOPIA committed Dec 19, 2024
1 parent a29bc91 commit d633cf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/customer/mypage/edit/CustomerMyPageEdit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ export default function CustomerMyPageEdit() {
(error !== "" && error !== "이미 사용중인 닉네임입니다.")
}
>
중복검사
중복 검사
</CustomButton>
}
/>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/designer/mypage/edit/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export default function DesignerMyPageEdit() {
variant="primary"
onClick={checkNicknameAvailability}
>
중복검사
중복 검사
</CustomButton>
}
/>
Expand Down

0 comments on commit d633cf3

Please sign in to comment.