diff --git a/frontend/src/employee-frontend/components/reports/HolidayPeriodAttendanceReport.tsx b/frontend/src/employee-frontend/components/reports/HolidayPeriodAttendanceReport.tsx index 5a91f04c5a..1204dfaacb 100644 --- a/frontend/src/employee-frontend/components/reports/HolidayPeriodAttendanceReport.tsx +++ b/frontend/src/employee-frontend/components/reports/HolidayPeriodAttendanceReport.tsx @@ -208,8 +208,11 @@ const HolidayPeriodAttendanceReportGrid = React.memo( {report.length > 0 ? ( - report.map((row, rowIndex) => ( - + report.map((row) => ( + )) ) : ( @@ -263,7 +266,9 @@ const DailyPeriodAttendanceRow = React.memo(function DailyPeriodAttendanceRow( - {row.coefficientSum} + + {row.coefficientSum.toFixed(2).replace('.', ',')} + {row.requiredStaffCount} {row.absentCount}