change single to double quotes

This commit is contained in:
James Scott-Brown
2023-05-15 17:07:14 +01:00
committed by GitHub
parent 606f79d483
commit b1a4ecbc7d

View File

@@ -381,7 +381,7 @@ function MaplibreMap(props: { file: PMTiles }) {
const popup = new maplibregl.Popup({ const popup = new maplibregl.Popup({
closeButton: false, closeButton: false,
closeOnClick: false, closeOnClick: false,
maxWidth: 'none', maxWidth: "none",
}); });
mapRef.current = map; mapRef.current = map;