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 Mar 21, 2024
1 parent e0934aa commit 32b1831
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export default function SubmitSurveyForm({
setIsFetching(true)

data.attendances.forEach((attendance) => {
if (attendance.response !== AttendanceStatus.Present) {
if (attendance.response === AttendanceStatus.Absence) {
attendance.location = AttendanceLocation.Other
}
})
Expand Down

0 comments on commit 32b1831

Please sign in to comment.