Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Updated env file
  • Loading branch information
Tushar106 committed Oct 28, 2023
commit 87afeb839efe172e3af9a9443d07b7ac882645fe
2 changes: 1 addition & 1 deletion Tech Buddy/frontend/src/components/MapContainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const MapContainer = (props) => {
})
}, [])
const { isLoaded } = useJsApiLoader({
googleMapsApiKey: "AIzaSyCLl4vXNus3Wf4McGMt3gGpwap_kzGIMHk",
googleMapsApiKey: process.env.REACT_APP_GOOGLE_MAPS_API,
libraries: ['places'],
})
if (!isLoaded) {
Expand Down