remove log
This commit is contained in:
@@ -26,10 +26,6 @@ export function TrackingHistoryView() {
|
||||
refetch
|
||||
} = useHistoryView(pagination.pageIndex, pagination.pageSize);
|
||||
|
||||
useEffect(() => {
|
||||
console.log(apiResponse);
|
||||
}, [apiResponse]);
|
||||
|
||||
const tableData = apiResponse?.history || [];
|
||||
const totalItems = apiResponse?.history.length || 0;
|
||||
const totalPages = apiResponse?.totalPages || 0;
|
||||
|
||||
Reference in New Issue
Block a user