diff --git a/components/MapComponent.js b/components/MapComponent.js index 884859a22..81cc97fa2 100644 --- a/components/MapComponent.js +++ b/components/MapComponent.js @@ -927,7 +927,7 @@ const MapComponent = ({ locations, onLocationUpdate }) => { marker.bindPopup(`
${location.description || "Unbekannt"}
- Type: ${poiTypName}
+ ${poiTypName}
`); /**