From df5ac970aa9ea88b91fa82f003b401f269eea292 Mon Sep 17 00:00:00 2001 From: joaotomaspinheiro Date: Sun, 29 Dec 2024 00:49:22 +0000 Subject: [PATCH] wip --- web/src/routes/_layout/account.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/src/routes/_layout/account.tsx b/web/src/routes/_layout/account.tsx index a66e24b..5578bd1 100644 --- a/web/src/routes/_layout/account.tsx +++ b/web/src/routes/_layout/account.tsx @@ -43,6 +43,8 @@ function userQueryOptions() { const paginatedGames = await getUserGameLibrary(userId, { limit, offset, + sort: "title", + order: "asc", }); return {