diff --git a/website/src/components/Mutations/Map.tsx b/website/src/components/Mutations/Map.tsx index 994bb53..0a82efe 100644 --- a/website/src/components/Mutations/Map.tsx +++ b/website/src/components/Mutations/Map.tsx @@ -18,12 +18,25 @@ const MutationsMap = ({ geoData: ReturnType["data"]; } & ComponentProps) => { return ( - + { + if (!object) { + return; + } + return "Municipality: " + object.properties.name; + }} + {...props} + > {geoData.municipalities && (