From df25c09962883be5c95cd5c6ee3009f9ab879282 Mon Sep 17 00:00:00 2001 From: Nathan Barber <58739360+naatebarber@users.noreply.github.com> Date: Thu, 4 Aug 2022 10:17:35 -0400 Subject: [PATCH] Update jsx/src/components/PaginationFooter/PaginationFooter.jsx Co-authored-by: Min RK --- jsx/src/components/PaginationFooter/PaginationFooter.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsx/src/components/PaginationFooter/PaginationFooter.jsx b/jsx/src/components/PaginationFooter/PaginationFooter.jsx index fc818433..942f63a6 100644 --- a/jsx/src/components/PaginationFooter/PaginationFooter.jsx +++ b/jsx/src/components/PaginationFooter/PaginationFooter.jsx @@ -11,7 +11,7 @@ const PaginationFooter = (props) => { Displaying {offset}-{offset + visible}



- {offset >= limit ? ( + {offset >= 1 ? (