diff --git a/frontend/src/components/GeoMap.tsx b/frontend/src/components/GeoMap.tsx index 9245c7d1..bb3f5bf0 100644 --- a/frontend/src/components/GeoMap.tsx +++ b/frontend/src/components/GeoMap.tsx @@ -170,7 +170,6 @@ function GeoMap({ map.addControl( new maplibregl.AttributionControl({ compact: true, - customAttribution: 'Basemap © OpenStreetMap contributors', }), 'bottom-right', )