Merge branch 'issues_Oct_4W' of https://git.marcoaiot.com/admin/marco.pms.web into issues_Oct_4W

This commit is contained in:
pramod.mahajan 2025-10-30 15:17:41 +05:30
commit 03dccd75f9

View File

@ -124,7 +124,7 @@ const AttendLogs = ({ Id }) => {
return (
<div className="table-responsive">
<div className="mb-3">
<h5 className="fw-bold mb-4">Attendance Logs</h5>
<h5 className="mb-4">Attendance Logs</h5>
{logs && !loading && (
<p className="mb-0 text-start">
Showing logs for{" "}
@ -160,7 +160,7 @@ const AttendLogs = ({ Id }) => {
.sort((a, b) => b.id - a.id)
.map((log, index) => (
<tr key={index}>
<td>
<td>
{whichActivityPerform(log.activity, log.activityTime)}
</td>
<td>