Handled wrong implementation on attendance log popup to show Attendance By Employee name
This commit is contained in:
parent
18125f7c6a
commit
16a9cab12a
@ -141,8 +141,8 @@ const AttendLogs = ({ Id }) => {
|
||||
)}
|
||||
</td>
|
||||
<td className="text-wrap">
|
||||
{`${logs[0]?.updatedByEmployee?.firstName ?? ""} ${
|
||||
logs[0]?.updatedByEmployee?.lastName ?? ""
|
||||
{`${log?.updatedByEmployee?.firstName ?? ""} ${
|
||||
log?.updatedByEmployee?.lastName ?? ""
|
||||
}`}
|
||||
</td>
|
||||
<td className="text-wrap" colSpan={3}>
|
||||
|
Loading…
x
Reference in New Issue
Block a user