remove pagination-info-files

This commit is contained in:
smanylov
2026-05-20 11:09:15 +07:00
parent aeeee04166
commit 3a7c609588
8 changed files with 1 additions and 25 deletions
@@ -1016,9 +1016,6 @@ export default function TanstakFilesTable({ fileType, showFileLink }: { fileType
{pagination.pageIndex + 1} {t('out-of')} {totalPages || 1}
</strong>
</span>
<span className="pagination-info-files">
| {t('shown')} {tableData.length} {t('out-of')} {totalItems} {pluralizeFiles(totalItems)}
</span>
</div>
<div className="pagination-controls">
@@ -429,9 +429,6 @@ export default function PaymentTabTransactionHistory() {
{table.getState().pagination.pageIndex + 1} {t('out-of')} {table.getPageCount() ? table.getPageCount() : 1}
</strong>
</span>
<span className="pagination-info-files">
| {t('shown')} {table.getRowModel().rows.length} {t('out-of')} {filteredData.length}
</span>
</div>
<div className="pagination-controls">
@@ -402,9 +402,6 @@ export default function InvitationsTable() {
<strong>
{table.getState().pagination.pageIndex + 1} {t('out-of')} {table.getPageCount() ? table.getPageCount() : 1}
</strong>
</span>
<span className="pagination-info-files">
| {t('shown')} {table.getRowModel().rows.length} {t('out-of')} {filteredData.length} {pluralizeFiles(filteredData.length || 0)}
</span> */}
</div>
@@ -425,9 +425,6 @@ export default function PaymentsHistory() {
<strong>
{table.getState().pagination.pageIndex + 1} {t('out-of')} {table.getPageCount() ? table.getPageCount() : 1}
</strong>
</span>
<span className="pagination-info-files">
| {t('shown')} {table.getRowModel().rows.length} {t('out-of')} {filteredData.length} {pluralizeFiles(filteredData.length || 0)}
</span> */}
</div>
@@ -384,9 +384,6 @@ export function TrackingHistoryView() {
{pagination.pageIndex + 1} {t('out-of')} {totalPages || 1}
</strong>
</span>
<span className="pagination-info-files">
| {t('shown')} {tableData.length} {t('out-of')} {totalItems}
</span>
</div>
<div className="pagination-controls">
@@ -272,9 +272,6 @@ export function ViolationsMyClaimsTable() {
{pagination.pageIndex + 1} {t('out-of')} {totalPages || 1}
</strong>
</span>
<span className="pagination-info-files">
| {t('shown')} {tableData.length} {t('out-of')} {totalItems}
</span>
</div>
<div className="pagination-controls">
@@ -272,9 +272,6 @@ export function ViolationsMyComplaintsTable() {
{pagination.pageIndex + 1} {t('out-of')} {totalPages || 1}
</strong>
</span>
<span className="pagination-info-files">
| {t('shown')} {tableData.length} {t('out-of')} {totalItems}
</span>
</div>
<div className="pagination-controls">
@@ -473,9 +473,6 @@ export default function ViolationsTable() {
{table.getState().pagination.pageIndex + 1} {t('out-of')} {violationData?.totalPages || 1}
</strong>
</span>
<span className="pagination-info-files">
| {t('shown')} {violationData?.content?.length || 0} {t('out-of')} {violationData?.totalElements || 0}
</span>
</div>
<div className="pagination-controls">