Removing Project name column in Attendance Logs and Regularize.
This commit is contained in:
parent
2fe297c6b6
commit
210b01513e
@ -282,7 +282,6 @@ const AttendanceLog = ({ handleModalData, searchTerm, organizationId }) => {
|
|||||||
<th className="border-top-1" colSpan={2}>
|
<th className="border-top-1" colSpan={2}>
|
||||||
Name
|
Name
|
||||||
</th>
|
</th>
|
||||||
<th className="border-top-1">Project Name</th>
|
|
||||||
<th className="border-top-1">Date</th>
|
<th className="border-top-1">Date</th>
|
||||||
{/* <th>Organization</th> */}
|
{/* <th>Organization</th> */}
|
||||||
|
|
||||||
@ -344,7 +343,6 @@ const AttendanceLog = ({ handleModalData, searchTerm, organizationId }) => {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td>{attendance.projectName || "--"}</td>
|
|
||||||
<td>
|
<td>
|
||||||
{moment(
|
{moment(
|
||||||
attendance.checkInTime || attendance.checkOutTime
|
attendance.checkInTime || attendance.checkOutTime
|
||||||
|
@ -133,7 +133,6 @@ const Regularization = ({ handleRequest, searchTerm, projectId, organizationId,
|
|||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th colSpan={2}>Name</th>
|
<th colSpan={2}>Name</th>
|
||||||
<th>Project Name</th>
|
|
||||||
<th>Date</th>
|
<th>Date</th>
|
||||||
{/* <th>Organization</th> */}
|
{/* <th>Organization</th> */}
|
||||||
<th>
|
<th>
|
||||||
@ -176,7 +175,6 @@ const Regularization = ({ handleRequest, searchTerm, projectId, organizationId,
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td>{att.projectName || "--"}</td>
|
|
||||||
|
|
||||||
<td>{moment(att.checkOutTime).format("DD-MMM-YYYY")}</td>
|
<td>{moment(att.checkOutTime).format("DD-MMM-YYYY")}</td>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user