chore: resolving merge conflict on downloads

This commit is contained in:
Chubby Granny Chaser 2024-06-05 14:30:12 +01:00
commit d123f63095
No known key found for this signature in database
5 changed files with 56 additions and 41 deletions

View file

@ -69,7 +69,7 @@ export function Downloads() {
);
const complete = orderBy(result.complete, (game) =>
game.status === "complete" ? 0 : 1
game.progress === 1 ? 0 : 1
);
return {