From 616e0db2b38f2353cceae7bdbe63083aec8e8f5f Mon Sep 17 00:00:00 2001 From: Adrian Rosales Date: Fri, 3 Jan 2025 09:22:43 -0800 Subject: [PATCH] fix: expand comment briefly --- packages/transitive-overlay/src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/transitive-overlay/src/index.tsx b/packages/transitive-overlay/src/index.tsx index d6d143e42..0c8e2898c 100644 --- a/packages/transitive-overlay/src/index.tsx +++ b/packages/transitive-overlay/src/index.tsx @@ -125,7 +125,7 @@ const TransitiveCanvasOverlay = ({ const mapImages: MapImage[] = []; // This is used to render arrows along the route - // Only load if that option is enabled to save bandwidth + // Only load if that option is enabled to save the bandwidth if (showRouteArrows) { mapImages.push({ id: "arrow-icon",