This commit is contained in:
2026-03-12 23:05:28 -05:00
parent 2827d00941
commit 0e50256844

View File

@@ -18,6 +18,8 @@ export default function ReportForm() {
useEffect(() => {
if (status === "authenticated") {
fetchReport();
} else if (status === "unauthenticated") {
setLoading(false);
}
}, [status]);