Closed souravnub closed 3 weeks ago
There is infinite loop in /admin page. It might have been caused by chartData dependency in the useeffect in [/src/components/ChartData.tsx ]
[/src/components/ChartData.tsx ]
Fixed - 36 Requests will be made as there are 3 requests per month, 3*12 = 36 requests each time the chart is rendered
There is infinite loop in /admin page. It might have been caused by chartData dependency in the useeffect in
[/src/components/ChartData.tsx ]