removed unused code, console

This commit is contained in:
Pramod Mahajan 2025-05-07 12:54:25 +05:30
parent bca43633ae
commit 978c7b8e4b

View File

@ -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 || "--"}