chore(lint): unblock next lint and fix current eslint errors

This commit is contained in:
2026-03-13 06:24:38 +00:00
parent 903118e47d
commit 344b6efed1
10 changed files with 815 additions and 1085 deletions
+2 -2
View File
@@ -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>