Get eslinting working again
This commit is contained in:
parent
963baee25f
commit
ff1b767f0f
7 changed files with 55 additions and 53 deletions
|
@ -41,8 +41,8 @@ const makeOptionsForForm = (map, position, places = null) => {
|
|||
}
|
||||
});
|
||||
|
||||
return selectElement
|
||||
}
|
||||
return selectElement;
|
||||
};
|
||||
|
||||
//position is output of navigator.geolocation call
|
||||
export default function addMapWithPlaces(div, position) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue