We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 489fd37 commit f0840c5Copy full SHA for f0840c5
src/components/MapComponent.js
@@ -91,7 +91,7 @@ function MapComponent({ windSpeed, windDirection, center, onClick, pathA, pathB,
91
92
const { isLoaded } = useJsApiLoader({
93
id: 'google-map-script',
94
- googleMapsApiKey: 'AIzaSyCrb0-7563UDAlMUwLZ14OX6ZlWlwTgCP8',
+ googleMapsApiKey: 'INSERT_GOOGLE_API_KEY',
95
libraries
96
});
97
0 commit comments