diff --git a/packages/react-formio/src/components/pagination/pagination.component.tsx b/packages/react-formio/src/components/pagination/pagination.component.tsx index 2e11497..21cf2ac 100644 --- a/packages/react-formio/src/components/pagination/pagination.component.tsx +++ b/packages/react-formio/src/components/pagination/pagination.component.tsx @@ -122,16 +122,11 @@ export function Pagination(props: PaginationProps) { {pageIndex + 1} of {pageOptions.length} - {totalLength !== undefined && ( - - {i18n("Totals")}: {new Intl.NumberFormat(undefined).format(totalLength)} {i18n("items")} - - )} )} {totalLength !== undefined && (