consumed sendtaskmessage and activejobmsglist APIs in manage active job list page
This commit was merged in pull request #82.
This commit is contained in:
@@ -3,7 +3,7 @@ import { createRoutesFromChildren } from 'react-router-dom';
|
||||
|
||||
const PaginatedList = ({ onClick, prev, next, data, start, stop }) => {
|
||||
|
||||
if(data.length){
|
||||
if(data.length > process.env.REACT_APP_ITEM_PER_PAGE){
|
||||
return (
|
||||
<div className='p-3 flex justify-center items-center space-x-2 border-t-2'>
|
||||
{/* Render pagination buttons */}
|
||||
|
||||
Reference in New Issue
Block a user