Skip to content

Commit

Permalink
[Updage]랭킹 무한스크롤 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ChungO5 committed Aug 9, 2024
1 parent 5628ea7 commit 6290f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/GamePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ const GamePage = () => {
}
setRankingList((prevList) => [...prevList, ...newList]);
setRankingPage((prevPage) => prevPage + 1);
}, 100);
}, 1000);
} catch (error) {
console.error();
}
Expand Down

0 comments on commit 6290f0a

Please sign in to comment.