fix crush
This commit is contained in:
+1
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user