mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-09 12:13:10 -05:00
show last updated first
This commit is contained in:
parent
4e971c0a1e
commit
50815fb5e1
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user