diff --git a/client/src/components/Map/MapView.tsx b/client/src/components/Map/MapView.tsx index 296972c..a3ff1bb 100644 --- a/client/src/components/Map/MapView.tsx +++ b/client/src/components/Map/MapView.tsx @@ -72,13 +72,17 @@ function createPlaceIcon(place, orderNumbers, isSelected) { const imgIcon = L.divIcon({ className: '', html: `
- +
+ +
${badgeHtml}
`, iconSize: [size, size],