fix: display pages when more than one
This commit is contained in:
@ -59,6 +59,7 @@ const DealsTable = () => {
|
|||||||
} as MRT_TableOptions<DealSchema>
|
} as MRT_TableOptions<DealSchema>
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
|
{paginationInfo.totalPages > 1 && (
|
||||||
<Group justify={"flex-end"}>
|
<Group justify={"flex-end"}>
|
||||||
<Pagination
|
<Pagination
|
||||||
withEdges
|
withEdges
|
||||||
@ -67,6 +68,7 @@ const DealsTable = () => {
|
|||||||
onChange={setPage}
|
onChange={setPage}
|
||||||
/>
|
/>
|
||||||
</Group>
|
</Group>
|
||||||
|
)}
|
||||||
</Stack>
|
</Stack>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user