mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 09:41:40 -05:00
Remove unused constant
This commit is contained in:
parent
bc28babf15
commit
fd0ce76e22
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ export function createMarkersArray(markersData, userSettings) {
|
|||
} else {
|
||||
return markersData.map((marker) => {
|
||||
const [lat, lon] = marker;
|
||||
const country = marker[7];
|
||||
|
||||
const popupContent = createPopupContent(marker, userSettings.timezone, userSettings.distanceUnit);
|
||||
return L.circleMarker([lat, lon], { radius: 4 }).bindPopup(popupContent);
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue