Skip to content

Commit

Permalink
rounds max value +1
Browse files Browse the repository at this point in the history
  • Loading branch information
craigkai committed Aug 19, 2024
1 parent 427fa08 commit 45f5cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Matches.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
data.matches?.matches?.map(function (m: { round: any }) {
return m.round;
}) ?? [0]
)
) + 1
);
</script>

Expand Down

0 comments on commit 45f5cd5

Please sign in to comment.