Changes.
This commit is contained in:
parent
c669eb90c3
commit
071e5956a7
@ -48,21 +48,19 @@ const ServiceProjectDisplay = ({ listView, selectedStatuses }) => {
|
||||
</div>
|
||||
);
|
||||
return (
|
||||
<div className="">
|
||||
<div className="row">
|
||||
{listView ? (
|
||||
<ServiceProjectList
|
||||
data={filteredProjects}
|
||||
<ServiceProjectList data={filteredProjects}
|
||||
currentPage={currentPage}
|
||||
totalPages={data?.totalPages}
|
||||
paginate={paginate}
|
||||
isCore={false}
|
||||
/>
|
||||
isCore={false} />
|
||||
) : (
|
||||
filteredProjects?.map((project) => (
|
||||
<ServiceProjectCard key={project.id} project={project} isCore={false} />
|
||||
))
|
||||
)}
|
||||
|
||||
)}
|
||||
|
||||
<div className="col-12 d-flex justify-content-start mt-3">
|
||||
<Pagination
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user