Skip to content

Commit

Permalink
Add date
Browse files Browse the repository at this point in the history
  • Loading branch information
ravielze committed Aug 20, 2022
1 parent 5e6aada commit 4c67310
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/pages/Attendance/MentorAttendance.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ export const MentorAttendance = () => {
<Panel header="19 Agustus 2022" key={moment(new Date('August 19, 2022')).format('MM-DD-YYYY')}>
{dateCellRender(moment(new Date('August 19, 2022')))}
</Panel>
<Panel header="20 Agustus 2022" key={moment(new Date('August 20, 2022')).format('MM-DD-YYYY')}>
{dateCellRender(moment(new Date('August 20, 2022')))}
</Panel>
</Collapse>
{visibleModal && (
<MentorAttendanceModal
Expand Down
3 changes: 3 additions & 0 deletions src/pages/Attendance/ParticipantAttendance.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ export const ParticipantAttendance = () => {
<Panel header="19 Agustus 2022" key={moment(new Date('August 19, 2022')).format('MM-DD-YYYY')}>
{dateCellRender(moment(new Date('August 19, 2022')))}
</Panel>
<Panel header="20 Agustus 2022" key={moment(new Date('August 20, 2022')).format('MM-DD-YYYY')}>
{dateCellRender(moment(new Date('August 20, 2022')))}
</Panel>
</Collapse>
{visibleModal && (
<ParticipantAttendanceModal
Expand Down

0 comments on commit 4c67310

Please sign in to comment.