From b1a4ecbc7d6e8e66e049a9e17ef9350856e72846 Mon Sep 17 00:00:00 2001 From: James Scott-Brown Date: Mon, 15 May 2023 17:07:14 +0100 Subject: [PATCH] change single to double quotes --- app/src/MaplibreMap.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/MaplibreMap.tsx b/app/src/MaplibreMap.tsx index 32f3018..6e81d7d 100644 --- a/app/src/MaplibreMap.tsx +++ b/app/src/MaplibreMap.tsx @@ -381,7 +381,7 @@ function MaplibreMap(props: { file: PMTiles }) { const popup = new maplibregl.Popup({ closeButton: false, closeOnClick: false, - maxWidth: 'none', + maxWidth: "none", }); mapRef.current = map;