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