Skip to content

Commit

Permalink
Start loading more earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-jeremy committed Nov 26, 2024
1 parent ec507a2 commit 5d04092
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export function TransactionList({
);

useScrollListener(({ hasScrolledToEnd }) => {
if (hasScrolledToEnd('down', 5)) {
if (hasScrolledToEnd('down', 100)) {
onLoadMore?.();
}
});
Expand Down

0 comments on commit 5d04092

Please sign in to comment.