Skip to content

Commit

Permalink
Make 'true' be the default
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Rosales committed Dec 19, 2024
1 parent 7082eed commit ddf1976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/transitive-overlay/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ const loadImages = (map: MapRef, images: MapImage[]) => {
const TransitiveCanvasOverlay = ({
activeLeg,
accessLegColorOverride,
boundsFitting,
boundsFitting = true,
showRouteArrows,
transitiveData
}: Props): JSX.Element => {
Expand Down

0 comments on commit ddf1976

Please sign in to comment.