Skip to content

Commit

Permalink
Prettier :D (#97)
Browse files Browse the repository at this point in the history
* fix bug

* prettier :D
  • Loading branch information
BSanchidrian authored Nov 6, 2024
1 parent e685701 commit 0e2ce95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/map/map.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const Map: FC<MapProps> = ({ center = [0, 0], zoom = 2, markers = [] }) => {
className: 'map-popup',
maxWidth: `${markerData.width}px`,
anchor: 'left',
}).setHTML(markerData.descriptionHTML)
}).setHTML(markerData.descriptionHTML),
)
.addTo(mapRef.current!);

Expand Down

0 comments on commit 0e2ce95

Please sign in to comment.