diff --git a/src/components/map/map.tsx b/src/components/map/map.tsx index f93ec317..c2dcfcbf 100644 --- a/src/components/map/map.tsx +++ b/src/components/map/map.tsx @@ -54,7 +54,7 @@ const Map: FC = ({ center = [0, 0], zoom = 2, markers = [] }) => { className: 'map-popup', maxWidth: `${markerData.width}px`, anchor: 'left', - }).setHTML(markerData.descriptionHTML) + }).setHTML(markerData.descriptionHTML), ) .addTo(mapRef.current!);