mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-25 04:37:13 -05:00
show last updated first
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user