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 ? (