Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulchaudhari06 committed Sep 19, 2024
1 parent 43b4a37 commit f406989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function App() {
};

useEffect(() => {
fetchPapers(6);
fetchPapers(20);
}, []);

return (
Expand Down

0 comments on commit f406989

Please sign in to comment.