From 56578d8b7bcd0e2cbb58521a32be07f987e02080 Mon Sep 17 00:00:00 2001 From: Micha de Vries Date: Thu, 16 May 2024 21:47:04 +0200 Subject: [PATCH] Order attendees list --- .../[organisation]/events/[id]/[subpage]/attendees.tsx | 1 + 1 file changed, 1 insertion(+) 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.*;