We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 711a07f + 080f6ee commit 2dc192cCopy full SHA for 2dc192c
app/admin/quests/page.tsx
@@ -40,7 +40,7 @@ export default function Page() {
40
try {
41
setLoading(true);
42
const res = await AdminService.getQuests();
43
- setQuests(res);
+ setQuests(res.reverse());
44
setLoading(false);
45
} catch (error) {
46
showNotification("Error while fetching quests", "error");
0 commit comments