Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
fix: modify typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jspark2000 committed May 16, 2024
1 parent f81e5f8 commit 9c72822
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,10 @@ export default function SubmitSurveyForm({
validReason = false
}
if (
attendance.reason !== AttendanceStatus.Present &&
attendance.response !== AttendanceStatus.Present &&
attendance.reason?.trim().length === 0
) {
console.log(attendance.reason)
toast.warning(
`[#${index + 1} ${schedules[index].name}]의 불참 또는 부분참석 사유가 충분하지 않습니다`
)
Expand Down

0 comments on commit 9c72822

Please sign in to comment.