Skip to content

Commit

Permalink
Merge branch 'hotfix' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
KANGYONGSU23 committed Nov 29, 2023
2 parents d5b87b6 + 07e5970 commit 513a54a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/util/object/jobCodeDorpdownItems.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const internDropdownItems = [
{
code: "true",
label: "채험형",
label: "체험형",
},
{
code: "false",
Expand Down
2 changes: 1 addition & 1 deletion src/util/object/kebabMenuItems.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const getMypageKebabItems = (): KebabItemType[] => {
},
},
{
label: "비밀변호 변경",
label: "비밀번호 변경",
onClick: () => {
append({
title: "",
Expand Down

0 comments on commit 513a54a

Please sign in to comment.