chore: clean up unused imports and improve accessibility in pagination

This commit is contained in:
Ephraim Atta-Duncan
2025-06-05 12:55:14 +00:00
parent 64695fad32
commit c5bc3a32f8
3 changed files with 1 additions and 11 deletions

View File

@ -117,7 +117,7 @@ export function DataTablePagination<TData>({
onClick={() => table.setPageIndex(table.getPageCount() - 1)}
disabled={!table.getCanNextPage()}
>
<span className="sr-only">{_(msg`Go to last page`)} </span>
<span className="sr-only">{_(msg`Go to last page`)}</span>
<ChevronsRight className="h-4 w-4" />
</Button>
</div>