update page switch log
All checks were successful
deploy / deploy (push) Successful in 1m2s

This commit is contained in:
Lee
2023-10-22 03:37:37 +01:00
parent 59fbad3b7c
commit a54b3d64fe
2 changed files with 11 additions and 19 deletions

View File

@ -42,7 +42,7 @@ export default function Scores({ playerData, page, sortType }: ScoresProps) {
const updateScoresPage = useCallback(
(sortType: SortType, page: any) => {
console.log("Switching page to", page);
console.log(`Switching page to ${page} with sort ${sortType.value}`);
fetchScores(playerId, page, sortType.value, 10).then((scoresResponse) => {
if (!scoresResponse) {
setError(true);