diff --git a/src/components/attendance/AttendanceSidebar.vue b/src/components/attendance/AttendanceSidebar.vue index efff8b9..64403ee 100644 --- a/src/components/attendance/AttendanceSidebar.vue +++ b/src/components/attendance/AttendanceSidebar.vue @@ -28,7 +28,7 @@ {{ studentList.length - attendance.absent.length - - attendance.late.length - + (!getSetting("display.lateStudentsArePresent")) * attendance.late.length - attendance.exclude.length }}人 @@ -83,6 +83,7 @@