removed unused code, console
This commit is contained in:
parent
bca43633ae
commit
978c7b8e4b
@ -85,7 +85,6 @@ const AttendLogs = ({ Id }) => {
|
||||
);
|
||||
tooltipTriggerList.forEach((el) => new bootstrap.Tooltip(el));
|
||||
}, [] );
|
||||
console.log(logs[0]?.updatedByEmployee?.firstName)
|
||||
return (
|
||||
<div className="table-responsive">
|
||||
<div className="text-start">
|
||||
@ -143,7 +142,7 @@ const AttendLogs = ({ Id }) => {
|
||||
)}
|
||||
</td>
|
||||
<td className="text-wrap" >
|
||||
{`${logs[0]?.updatedByEmployee?.firstName ?? ''} ${logs[0]?.updatedByEmployee?.lastName ?? ''}`} mahajan
|
||||
{`${logs[0]?.updatedByEmployee?.firstName ?? ''} ${logs[0]?.updatedByEmployee?.lastName ?? ''}`}
|
||||
</td>
|
||||
<td className="text-wrap" colSpan={3} >
|
||||
{log?.comment || "--"}
|
||||
|
Loading…
x
Reference in New Issue
Block a user