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
@@ -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">