From 153d42355577b8186af161391be16a0ed42e4dee Mon Sep 17 00:00:00 2001 From: ISA Date: Thu, 23 May 2024 13:12:23 +0200 Subject: [PATCH] Ohne "Type:" in poiLayer in den Modal-Fenster --- components/MapComponent.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}
`); /**