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>
|
||||||
<td className="text-wrap">
|
<td className="text-wrap">
|
||||||
{`${logs[0]?.updatedByEmployee?.firstName ?? ""} ${
|
{`${log?.updatedByEmployee?.firstName ?? ""} ${
|
||||||
logs[0]?.updatedByEmployee?.lastName ?? ""
|
log?.updatedByEmployee?.lastName ?? ""
|
||||||
}`}
|
}`}
|
||||||
</td>
|
</td>
|
||||||
<td className="text-wrap" colSpan={3}>
|
<td className="text-wrap" colSpan={3}>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user