We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 592328c commit 59270d4Copy full SHA for 59270d4
client/src/app/quiz/[round]/page.tsx
@@ -621,7 +621,7 @@ export default function QuizRound({
621
const roundNumber = parseInt(round);
622
623
if (!loading && !quizData) {
624
- if (roundNumber === -1) {
+ if (roundNumber === 0) {
625
// Game hasn't started yet
626
return (
627
<div className="min-h-screen relative overflow-hidden bg-gradient-to-br from-slate-900 via-purple-900 to-black">
0 commit comments