Skip to content

Commit

Permalink
issue Fixed #993 (#1006)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali-muhammed7040 authored Oct 31, 2023
1 parent 345ada0 commit 6588aeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/area/areaMap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ export default function AreaMap (props: AreaMapProps): JSX.Element {
reuseMaps
mapboxAccessToken={process.env.NEXT_PUBLIC_MAPBOX_API_KEY}
mapStyle={MAP_STYLES.dark}
cooperativeGestures
>
{props.subAreas.map(subArea => (
<Marker
Expand Down

1 comment on commit 6588aeb

@vercel
Copy link

@vercel vercel bot commented on 6588aeb Oct 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.