Skip to content

Commit

Permalink
Update push to quality gate
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtan2000 committed Sep 23, 2024
1 parent 73b1535 commit f9a3f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ResultsTop.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default function ResultsTopComponent({ onQuestionClick, currentQuestionIn
setQuiz(responseData);
} catch (error) {
console.error('Error fetching data:', error);
setError('Error fetching data');
setError('An unknown error has occured.');
} finally {
setLoading(false);
}
Expand Down

0 comments on commit f9a3f0a

Please sign in to comment.