Skip to content

Commit

Permalink
fix: 오타 수정 및 빌드 에러 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
geongyu09 committed Sep 19, 2024
1 parent b6cbccd commit 6f503e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/components/passState/ApplicantsList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ const ApplicantsList = ({ sortedBy }: ApplicantsListProps) => {
className="border px-4 py-2 rounded-lg truncate hover:bg-primary-100"
onClick={() =>
onChangeApplicantsPassState(name, {
applicantsId: id,
applicantId: id,
afterState: "pass",
})
}
Expand All @@ -143,7 +143,7 @@ const ApplicantsList = ({ sortedBy }: ApplicantsListProps) => {
className="border px-4 rounded-lg truncate hover:bg-primary-100"
onClick={() =>
onChangeApplicantsPassState(name, {
applicantsId: id,
applicantId: id,
afterState: "non-pass",
})
}
Expand Down

0 comments on commit 6f503e4

Please sign in to comment.