diff --git a/src/scenes/Home/components/Statistic/index.tsx b/src/scenes/Home/components/Statistic/index.tsx index 064949c12c3a860d64a816f9216cbd5bc522ab16..e416b69ece9a2e7cb80f5b1509831f5f6d81ebda 100644 --- a/src/scenes/Home/components/Statistic/index.tsx +++ b/src/scenes/Home/components/Statistic/index.tsx @@ -308,7 +308,7 @@ function Statistic({ tempData = tableData.slice(index, index + 10); } setPagedData(tempData); - return pagedData; + return tempData; }} />