diff --git a/src/app/[locale]/(console)/organisation/[organisation]/events/[id]/[subpage]/attendees.tsx b/src/app/[locale]/(console)/organisation/[organisation]/events/[id]/[subpage]/attendees.tsx index 8e32f63..2ab59c7 100644 --- a/src/app/[locale]/(console)/organisation/[organisation]/events/[id]/[subpage]/attendees.tsx +++ b/src/app/[locale]/(console)/organisation/[organisation]/events/[id]/[subpage]/attendees.tsx @@ -77,6 +77,7 @@ function useData({ SELECT * FROM attends WHERE $event IN tournament_path + ORDER BY out.start, in.name START $start LIMIT $limit FETCH in, out, players.*;