Skip to content

Commit

Permalink
πŸ› Fix broken maps
Browse files Browse the repository at this point in the history
  • Loading branch information
bradystroud committed Oct 7, 2024
1 parent 543c5e6 commit 8b2be02
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/blocks/map.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ interface MapEmbedProps {
const MapEmbed: React.FC<MapEmbedProps> = ({ location }) => {
const GOOGLE_MAPS_API_KEY = process.env.GOOGLE_MAPS_API_KEY;

if (!GOOGLE_MAPS_API_KEY) return <p>No maps today πŸ˜”</p>;

if (!location) {
return <p>No location provided πŸ˜”</p>;
}
Expand Down

0 comments on commit 8b2be02

Please sign in to comment.