diff --git a/src/routes/cases.index.tsx b/src/routes/cases.index.tsx index a277fe0..83b2713 100644 --- a/src/routes/cases.index.tsx +++ b/src/routes/cases.index.tsx @@ -431,6 +431,23 @@ function CasesList() { + + {sorted.length > 0 && ( +
+
+ Showing {pageStart + 1}–{Math.min(pageStart + PAGE_SIZE, sorted.length)} of {sorted.length} +
+
+ + Page {currentPage} of {totalPages} + +
+
+ )} ); }