Skip to content

Commit 59270d4

Browse files
committed
fix(link):start round
1 parent 592328c commit 59270d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/app/quiz/[round]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ export default function QuizRound({
621621
const roundNumber = parseInt(round);
622622

623623
if (!loading && !quizData) {
624-
if (roundNumber === -1) {
624+
if (roundNumber === 0) {
625625
// Game hasn't started yet
626626
return (
627627
<div className="min-h-screen relative overflow-hidden bg-gradient-to-br from-slate-900 via-purple-900 to-black">

0 commit comments

Comments
 (0)