diff --git a/hooks/u.ts b/hooks/u.ts index 94769aea6..6671a596f 100644 --- a/hooks/u.ts +++ b/hooks/u.ts @@ -47,7 +47,7 @@ export function useBuildsByUser(userId?: number, weaponPool?: string[]) { } // 4) sort by creation time - return a.updatedAt.getTime() - b.updatedAt.getTime(); + return b.updatedAt.getTime() - a.updatedAt.getTime(); }); return {