Skip to content

Commit 628bd87

Browse files
showing correct round in the UI
1 parent 955c172 commit 628bd87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/team/[id]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ function ScoreSection({ teamId }: { teamId: string }) {
322322
min="0"
323323
disabled
324324
max="10"
325-
value={scores.length + 1}
325+
value={scores.length }
326326
// onChange={(e) => setRound(Number(e.target.value))}
327327
/>
328328
</div>

0 commit comments

Comments
 (0)