From 69e8d2486666f2266bf8c6c504a5c59eec62b847 Mon Sep 17 00:00:00 2001 From: anaspacheco Date: Sun, 19 Nov 2023 14:05:37 -0500 Subject: [PATCH] removed key --- front-end/src/components/Map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front-end/src/components/Map.js b/front-end/src/components/Map.js index a5e93c3..04c8de0 100644 --- a/front-end/src/components/Map.js +++ b/front-end/src/components/Map.js @@ -5,7 +5,7 @@ import { loadGoogleMapsAPI, initializeMap, getCoordinates, generateTwoUniqueRand import { updateTransportMarkers } from '../utils/transportMarker'; function Map({ line, lineColor }) { - const API_KEY = 'AIzaSyCb2Q1MDa8EOFuO41mM24f75jReHBTdfIA'; + //const API_KEY = ''; const googleMapRef = useRef(null); const [isApiLoaded, setIsApiLoaded] = useState(false); const [isMapLoaded, setIsMapLoaded] = useState(false);