chore(lint): unblock next lint and fix current eslint errors
This commit is contained in:
@@ -18,7 +18,7 @@ const GoogleMapComponent = (props) => {
|
||||
let marker = new maps.Marker({
|
||||
position: { lat: dataArray[i].lat, lng: dataArray[i].lng },
|
||||
map,
|
||||
label: dataArray[i].id,
|
||||
label: dataArray[i].id
|
||||
});
|
||||
}
|
||||
};
|
||||
@@ -78,7 +78,7 @@ const GoogleMapComponent = (props) => {
|
||||
}
|
||||
//src={"https://datamap.gov.wales/maps/pedw-dev/embed#/"}
|
||||
width={"100%"}
|
||||
maxheight={"400px"}
|
||||
style={{ maxHeight: "400px" }}
|
||||
height={"500px"}
|
||||
className={"mappingFrame"}
|
||||
></iframe>
|
||||
|
||||
Reference in New Issue
Block a user