Skip to content

Commit

Permalink
Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tananaev committed Dec 2, 2023
1 parent 70130b2 commit f7d85c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modern/src/map/MapRoutePoints.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const MapRoutePoints = ({ positions, onClick }) => {
'icon-allow-overlap': true,
'icon-rotate': ['get', 'rotation'],
'icon-rotation-alignment': 'map',
},
},
});

map.on('mouseenter', id, onMouseEnter);
Expand Down

0 comments on commit f7d85c9

Please sign in to comment.