Skip to content

Commit

Permalink
Update Quality Gate
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtan2000 committed Sep 23, 2024
1 parent f9a3f0a commit b23eae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/(main)/quiz/history/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const QuizHistory: React.FC = () => {
try {
const responseData = await QuizService.getQuizCompleted();
if (responseData.message === 'Quiz not found') {
setError('No history to display');
setError('No history to display ');
setLoading(false);
return;
}
Expand Down

0 comments on commit b23eae1

Please sign in to comment.