Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshurajora committed Jan 22, 2024
1 parent b9a5ce9 commit 18a4606
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Projects.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ export const Projects = () => {
target.scrollHeight - target.scrollTop === target.clientHeight;
if (bottom) {
const hasData = await nextPage();
console.log({ hasData });
if (!hasData) {
setEnd(true);
} else {
Expand Down

0 comments on commit 18a4606

Please sign in to comment.