diff --git a/tournaments/templates/tournaments/broadcasted_summons.html b/tournaments/templates/tournaments/broadcasted_summons.html index 8834a71..73b35bb 100644 --- a/tournaments/templates/tournaments/broadcasted_summons.html +++ b/tournaments/templates/tournaments/broadcasted_summons.html @@ -20,8 +20,8 @@ const splitGroups = []; this.paginatedMatches.forEach(group => { - const firstHalf = group.slice(0, group.length / 2); - const secondHalf = group.slice(group.length / 2); + const firstHalf = group.slice(0, 8); + const secondHalf = group.slice(8); splitGroups.push([firstHalf, secondHalf]); }); this.paginatedMatches = splitGroups; @@ -46,29 +46,27 @@ }" x-init="loop()"> -