Add country-specific companion table filtering for map page
This commit is contained in:
@@ -101,7 +101,7 @@ export function MapPage(): React.JSX.Element {
|
||||
const source = range === "24h" ? "fail2ban" : "archive";
|
||||
|
||||
const { countries, countryNames, bans, total, loading, error, refresh } =
|
||||
useMapData(range, originFilter, source);
|
||||
useMapData(range, originFilter, source, selectedCountry ?? undefined);
|
||||
|
||||
const {
|
||||
thresholds: mapThresholds,
|
||||
|
||||
Reference in New Issue
Block a user