♻️ remove click

This commit is contained in:
Fred KISSIE
2025-11-21 02:57:44 +01:00
parent 5fd64596eb
commit 87a0dd2d12

View File

@@ -82,13 +82,7 @@ export function WorldMap({ data, label }: WorldMapProps) {
svgRef.current,
getColorForValue,
dataByCountryCode
).on("click", (_event, countryPath) => {
console.log({
_event,
countryPath
});
// onCountryClick(countryPath as unknown as WorldJsonCountryData);
});
);
}
}, [theme, systemTheme, maxValue, dataByCountryCode]);