Merge branch 'issues_Oct_4W' of https://git.marcoaiot.com/admin/marco.pms.web into issues_Oct_4W
This commit is contained in:
commit
03dccd75f9
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user