Skip to content

Commit

Permalink
Merge pull request #171 from IT-Cotato/hotfix/COT-74_resolve_attendan…
Browse files Browse the repository at this point in the history
…ce_not_apply_in_view

Hotfix/cot 74 resolve attendance not apply in view
  • Loading branch information
WONYOUNG-HC authored Nov 22, 2024
2 parents 3b528f0 + 254aa80 commit e23e5fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/Attendance/Attend/AttendanceAttendResult.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ const AttendanceAttendResult = () => {
const convertStatusToEnum = (status?: string) => {
switch (status) {
case 'present':
case 'offline':
case 'online':
return 'PRESENT';

case 'late':
Expand Down

0 comments on commit e23e5fe

Please sign in to comment.