File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ function useAppAccessData({
2121
2222 const pageSize = DETAIL_TABLE_LENGTH * 2 ;
2323
24- // API returns min 10 items, but we display only 5 per page
24+ // API returns min 10 items, but we display only 8 per page
2525 const apiBatch = Math . floor ( ( currentPage * DETAIL_TABLE_LENGTH ) / pageSize ) ;
2626 const startIndexInBatch = ( currentPage * DETAIL_TABLE_LENGTH ) % pageSize ;
2727
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ function useWorkerpoolAccessData({
2121
2222 const pageSize = DETAIL_TABLE_LENGTH * 2 ;
2323
24- // API returns min 10 items, but we display only 5 per page
24+ // API returns min 10 items, but we display only 8 per page
2525 const apiBatch = Math . floor ( ( currentPage * DETAIL_TABLE_LENGTH ) / pageSize ) ;
2626 const startIndexInBatch = ( currentPage * DETAIL_TABLE_LENGTH ) % pageSize ;
2727
You can’t perform that action at this time.
0 commit comments