Skip to content

Commit

Permalink
Announcement Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
The-XENO-Studios committed Oct 14, 2024
1 parent c8990af commit 85a575a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/club/Components/Admin/AdminAnnouncements.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ const Announcements = () => {
});
annc.reverse();
setAnnouncements(annc);
setOrder(docs.docs.length);
})
.catch((err) => {
toast.error("Announcements can't be loaded");
Expand Down

0 comments on commit 85a575a

Please sign in to comment.