diff --git a/src/components/Activities/Regularization.jsx b/src/components/Activities/Regularization.jsx index a192f51b..db58ed58 100644 --- a/src/components/Activities/Regularization.jsx +++ b/src/components/Activities/Regularization.jsx @@ -92,8 +92,8 @@ const Regularization = ({ handleRequest }) => { )} */} {!loading && - (regularizes?.length > 0 ? ( - regularizes?.map((att, index) => ( + (currentItems?.length > 0 ? ( + currentItems?.map((att, index) => (