Skip to content

Commit

Permalink
removed key
Browse files Browse the repository at this point in the history
  • Loading branch information
anaspacheco committed Nov 19, 2023
1 parent 4b7b6c9 commit 69e8d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front-end/src/components/Map.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 69e8d24

Please sign in to comment.