fiex pagination in regularization issue
This commit is contained in:
parent
c704982f3c
commit
ea6d03ef75
@ -92,8 +92,8 @@ const Regularization = ({ handleRequest }) => {
|
||||
)} */}
|
||||
|
||||
{!loading &&
|
||||
(regularizes?.length > 0 ? (
|
||||
regularizes?.map((att, index) => (
|
||||
(currentItems?.length > 0 ? (
|
||||
currentItems?.map((att, index) => (
|
||||
<tr key={index}>
|
||||
<td colSpan={2}>
|
||||
<div className="d-flex justify-content-start align-items-center">
|
||||
|
Loading…
x
Reference in New Issue
Block a user