|
|
|
@ -16,7 +16,7 @@ |
|
|
|
fetch('/tournament/{{ tournament.id }}/summons/json/') |
|
|
|
fetch('/tournament/{{ tournament.id }}/summons/json/') |
|
|
|
.then(res => res.json()) |
|
|
|
.then(res => res.json()) |
|
|
|
.then((data) => { |
|
|
|
.then((data) => { |
|
|
|
this.paginatedMatches = this.paginate(data, 8) |
|
|
|
this.paginatedMatches = this.paginate(data, 16) |
|
|
|
|
|
|
|
|
|
|
|
const splitGroups = []; |
|
|
|
const splitGroups = []; |
|
|
|
this.paginatedMatches.forEach(group => { |
|
|
|
this.paginatedMatches.forEach(group => { |
|
|
|
|