Skip to content

Commit

Permalink
Update app/analytics/page.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
Marchand-Nicolas and coderabbitai[bot] authored Jan 29, 2025
1 parent d2308e2 commit d2fb4fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/analytics/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default function Page() {

const sortedAllQuests = allQuests.sort((a, b) => b.id - a.id);

setQuests(allQuests);
setQuests(sortedAllQuests);
setLoading(false);

} catch (error) {
Expand Down

0 comments on commit d2fb4fe

Please sign in to comment.