diff --git a/lib/view/dashboard/Attendence/attendance_screen.dart b/lib/view/dashboard/Attendence/attendance_screen.dart index 689d717..8de61e9 100644 --- a/lib/view/dashboard/Attendence/attendance_screen.dart +++ b/lib/view/dashboard/Attendence/attendance_screen.dart @@ -736,8 +736,16 @@ class _AttendanceScreenState extends State with UIMixin { uniqueLogKey: employee.employeeId, action: ButtonActions.reject, ), + const SizedBox(width: 8), + if (employee.checkIn != null) ...[ + AttendanceLogViewButton( + employee: employee, + attendanceController: + attendanceController, + ), + ], ], - ) + ), ], ), ),