From 4cb347cfa05576d134ea2784ce9bd29528931e5a Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Fri, 10 May 2024 12:46:15 +0100 Subject: [PATCH] modified table pagination --- .../layout/components/paginatedListing/RecentBVNList.tsx | 2 +- .../layout/components/paginatedListing/RecentLoanAppList.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/_digifi/layout/components/paginatedListing/RecentBVNList.tsx b/src/_digifi/layout/components/paginatedListing/RecentBVNList.tsx index c12b353..c3967c4 100644 --- a/src/_digifi/layout/components/paginatedListing/RecentBVNList.tsx +++ b/src/_digifi/layout/components/paginatedListing/RecentBVNList.tsx @@ -86,7 +86,7 @@ export default function RecentBVNList({ {/* show prev and next button if data exist */} {(data.length > 0 && data.length > itemsPerPage) && ( -
+