Fixed the infinite loop issue on the reporting page by updating the data fetching logic to prevent repeated requests.
All checks were successful
Deploy Frontend / deploy (push) Successful in 23s

This commit is contained in:
Bailey Taylor
2025-10-29 11:43:10 +08:00
parent 868d52e224
commit 3b40c3950e

View File

@@ -92,7 +92,8 @@ export default function ReportingPage() {
useEffect(() => {
fetchReportingData();
}, [fetchReportingData]);
// eslint-disable-next-line react-hooks/exhaustive-deps
}, []);
const createMockData = () => {
setSummary({