diff --git a/frontend/src/hooks/useDashboardCountryData.ts b/frontend/src/hooks/useDashboardCountryData.ts index 51730da..b4f8dbd 100644 --- a/frontend/src/hooks/useDashboardCountryData.ts +++ b/frontend/src/hooks/useDashboardCountryData.ts @@ -68,7 +68,7 @@ export function useDashboardCountryData( setLoading(true); setError(null); - fetchBansByCountry(timeRange, origin, source) + fetchBansByCountry(timeRange, origin, source, undefined, controller.signal) .then((data) => { if (controller.signal.aborted) return; setCountries(data.countries);