Skip to content

Commit

Permalink
Fixed error
Browse files Browse the repository at this point in the history
  • Loading branch information
uo289689 committed Apr 28, 2024
1 parent 1934565 commit f8eec9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/pages/Statistics.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const Statistics = () => {
};

fetchQuestionsRecord();
}, [username, selectedMode]);
}, [user, selectedMode]);

const totalPages = Math.ceil(questionsRecord.length / itemsPerPage);

Expand Down

0 comments on commit f8eec9b

Please sign in to comment.