Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
Update src/components/MainView/GridViewOld/GridView.js
Browse files Browse the repository at this point in the history
Co-authored-by: bmartel <[email protected]>
  • Loading branch information
yyassi-heartex and bmartel authored Oct 5, 2023
1 parent 398fcf0 commit 212d944
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/MainView/GridViewOld/GridView.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ export const GridView = observer(

const isItemLoaded = React.useCallback(
(index) => {
console.log("item loaded", index, columnCount, data.length, view.dataStore.hasNextPage);
const rowIndex = index * columnCount;
const rowFullfilled =
data.slice(rowIndex, columnCount).length === columnCount;
Expand Down

0 comments on commit 212d944

Please sign in to comment.