fix crush
This commit is contained in:
@@ -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