From b59fc8b952c5da86326d4e1d780a39890d5173d5 Mon Sep 17 00:00:00 2001 From: David Roper Date: Wed, 26 Mar 2025 14:02:24 -0400 Subject: [PATCH 1/7] test: add test id to page number paragraph --- src/components/ClientTable/ClientTablePagination.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/ClientTable/ClientTablePagination.tsx b/src/components/ClientTable/ClientTablePagination.tsx index 395c8323..d4428c80 100644 --- a/src/components/ClientTable/ClientTablePagination.tsx +++ b/src/components/ClientTable/ClientTablePagination.tsx @@ -23,7 +23,10 @@ export const ClientTablePagination = ({ return (
-

{`${firstEntry} - ${lastEntry} / ${totalEntries}`}

+

{`${firstEntry} - ${lastEntry} / ${totalEntries}`}