Skip to content

Commit f0840c5

Browse files
committed
Revert maps api key.
1 parent 489fd37 commit f0840c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/MapComponent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ function MapComponent({ windSpeed, windDirection, center, onClick, pathA, pathB,
9191

9292
const { isLoaded } = useJsApiLoader({
9393
id: 'google-map-script',
94-
googleMapsApiKey: 'AIzaSyCrb0-7563UDAlMUwLZ14OX6ZlWlwTgCP8',
94+
googleMapsApiKey: 'INSERT_GOOGLE_API_KEY',
9595
libraries
9696
});
9797

0 commit comments

Comments
 (0)