diff --git a/src/app/components/tanstak-table/TanstakTable.tsx b/src/app/components/tanstak-table/TanstakTable.tsx
index 34ae429..a67cdff 100644
--- a/src/app/components/tanstak-table/TanstakTable.tsx
+++ b/src/app/components/tanstak-table/TanstakTable.tsx
@@ -1016,9 +1016,6 @@ export default function TanstakFilesTable({ fileType, showFileLink }: { fileType
{pagination.pageIndex + 1} {t('out-of')} {totalPages || 1}
-
- | {t('shown')} {tableData.length} {t('out-of')} {totalItems} {pluralizeFiles(totalItems)}
-
diff --git a/src/app/ui/payment/payment-tab-transaction-history.tsx b/src/app/ui/payment/payment-tab-transaction-history.tsx
index 3423fc5..ba1df33 100644
--- a/src/app/ui/payment/payment-tab-transaction-history.tsx
+++ b/src/app/ui/payment/payment-tab-transaction-history.tsx
@@ -429,9 +429,6 @@ export default function PaymentTabTransactionHistory() {
{table.getState().pagination.pageIndex + 1} {t('out-of')} {table.getPageCount() ? table.getPageCount() : 1}
-
- | {t('shown')} {table.getRowModel().rows.length} {t('out-of')} {filteredData.length}
-
diff --git a/src/app/ui/referral-page/table/invitations-table.tsx b/src/app/ui/referral-page/table/invitations-table.tsx
index 4963704..68c31cf 100644
--- a/src/app/ui/referral-page/table/invitations-table.tsx
+++ b/src/app/ui/referral-page/table/invitations-table.tsx
@@ -397,14 +397,11 @@ export default function InvitationsTable() {
{/* Пагинация */}
- {/*
+ {/*
{t('page')}{' '}
{table.getState().pagination.pageIndex + 1} {t('out-of')} {table.getPageCount() ? table.getPageCount() : 1}
-
-
- | {t('shown')} {table.getRowModel().rows.length} {t('out-of')} {filteredData.length} {pluralizeFiles(filteredData.length || 0)}
*/}
diff --git a/src/app/ui/referral-page/table/payments-history.tsx b/src/app/ui/referral-page/table/payments-history.tsx
index c4bbd4c..1916890 100644
--- a/src/app/ui/referral-page/table/payments-history.tsx
+++ b/src/app/ui/referral-page/table/payments-history.tsx
@@ -425,9 +425,6 @@ export default function PaymentsHistory() {
{table.getState().pagination.pageIndex + 1} {t('out-of')} {table.getPageCount() ? table.getPageCount() : 1}
-
-
- | {t('shown')} {table.getRowModel().rows.length} {t('out-of')} {filteredData.length} {pluralizeFiles(filteredData.length || 0)}
*/}
diff --git a/src/app/ui/tracking-page/tracking-history-view.tsx b/src/app/ui/tracking-page/tracking-history-view.tsx
index c692449..88e6a56 100644
--- a/src/app/ui/tracking-page/tracking-history-view.tsx
+++ b/src/app/ui/tracking-page/tracking-history-view.tsx
@@ -384,9 +384,6 @@ export function TrackingHistoryView() {
{pagination.pageIndex + 1} {t('out-of')} {totalPages || 1}
-
- | {t('shown')} {tableData.length} {t('out-of')} {totalItems}
-
diff --git a/src/app/ui/violations/tables/violations-my-claims-table.tsx b/src/app/ui/violations/tables/violations-my-claims-table.tsx
index f807191..d8da83b 100644
--- a/src/app/ui/violations/tables/violations-my-claims-table.tsx
+++ b/src/app/ui/violations/tables/violations-my-claims-table.tsx
@@ -272,9 +272,6 @@ export function ViolationsMyClaimsTable() {
{pagination.pageIndex + 1} {t('out-of')} {totalPages || 1}
-
- | {t('shown')} {tableData.length} {t('out-of')} {totalItems}
-
diff --git a/src/app/ui/violations/tables/violations-my-complaints-table.tsx b/src/app/ui/violations/tables/violations-my-complaints-table.tsx
index e0a646e..b5f3a47 100644
--- a/src/app/ui/violations/tables/violations-my-complaints-table.tsx
+++ b/src/app/ui/violations/tables/violations-my-complaints-table.tsx
@@ -272,9 +272,6 @@ export function ViolationsMyComplaintsTable() {
{pagination.pageIndex + 1} {t('out-of')} {totalPages || 1}
-
- | {t('shown')} {tableData.length} {t('out-of')} {totalItems}
-
diff --git a/src/app/ui/violations/violations-table.tsx b/src/app/ui/violations/violations-table.tsx
index 00f8279..32a2612 100644
--- a/src/app/ui/violations/violations-table.tsx
+++ b/src/app/ui/violations/violations-table.tsx
@@ -473,9 +473,6 @@ export default function ViolationsTable() {
{table.getState().pagination.pageIndex + 1} {t('out-of')} {violationData?.totalPages || 1}
-
- | {t('shown')} {violationData?.content?.length || 0} {t('out-of')} {violationData?.totalElements || 0}
-