Compare commits

..

No commits in common. "aa45731d8c3e7f877a435b754a88e048b078858e" and "0e35194a823600dffe444232acdc95f6ecd948d8" have entirely different histories.

View File

@ -606,10 +606,9 @@ const EmployeeList = () => {
{item.jobRole || "Not Assign Yet"} {item.jobRole || "Not Assign Yet"}
</span> </span>
</td> </td>
<td className=" d-none d-md-table-cell"> <td className=" d-none d-md-table-cell">
{item.joiningDate {moment(item.joiningDate)?.format("DD-MMM-YYYY")}
? moment(item.joiningDate).format("DD-MMM-YYYY")
: "NA"}
</td> </td>
<td> <td>
{showInactive ? ( {showInactive ? (