Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
are you kidding me
  • Loading branch information
regalijan committed Mar 14, 2025
1 parent c48ca6f commit 6730b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/AppealBans.tsx
Expand Up @@ -68,7 +68,7 @@ export default function (props: { isOpen: boolean; onClose: () => void }) {
if (!banData.ok) return;

setEntries(await banData.json());
});
})();
}, []);

return (
Expand Down

0 comments on commit 6730b87

Please sign in to comment.