fiex pagination in regularization issue

This commit is contained in:
pramod mahajan 2025-07-16 18:15:46 +05:30
parent c704982f3c
commit ea6d03ef75

View File

@ -92,8 +92,8 @@ const Regularization = ({ handleRequest }) => {
)} */} )} */}
{!loading && {!loading &&
(regularizes?.length > 0 ? ( (currentItems?.length > 0 ? (
regularizes?.map((att, index) => ( currentItems?.map((att, index) => (
<tr key={index}> <tr key={index}>
<td colSpan={2}> <td colSpan={2}>
<div className="d-flex justify-content-start align-items-center"> <div className="d-flex justify-content-start align-items-center">