diff --git a/resources/js/pages/hr/attendance-records/calendar.tsx b/resources/js/pages/hr/attendance-records/calendar.tsx index 2615ff068..65d0277af 100644 --- a/resources/js/pages/hr/attendance-records/calendar.tsx +++ b/resources/js/pages/hr/attendance-records/calendar.tsx @@ -389,24 +389,24 @@ export default function AttendanceCalendar() { {/* Matrix Grid */}
| + | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| {t('Employee')} | {dates?.map((d: any, idx: number) => ( -+ |
{d.day}
{d.day_name}
|
))}
|||||||||
| + |
{user.name.split(' ').map((n: string) => n[0]).join('').substring(0, 2).toUpperCase()}
@@ -426,7 +426,7 @@ export default function AttendanceCalendar() {
{dates?.map((d: any, idx: number) => {
const cellData = user.records[d.date];
return (
-
+ |
|
-
|