fix crush

This commit is contained in:
smanylov
2026-05-20 11:21:24 +07:00
parent beefe86ffd
commit af87bfc7b6
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "no-copy-frontend",
"version": "0.114.0",
"version": "0.115.0",
"private": true,
"scripts": {
"dev": "next dev -p 2999",
@@ -48,7 +48,6 @@ export function TrackingHistoryView() {
} = useHistoryView(pagination.pageIndex, pagination.pageSize, locale, getSortParams.sortOrder, getSortParams.sortBy);
const tableData = apiResponse?.history || [];
const totalItems = apiResponse?.history.length || 0;
const totalPages = apiResponse?.totalPages || 0;
const viewport = useViewport();