diff --git a/apps/planner/app/components/PlannerMap.tsx b/apps/planner/app/components/PlannerMap.tsx index 28dbce0..670cfb3 100644 --- a/apps/planner/app/components/PlannerMap.tsx +++ b/apps/planner/app/components/PlannerMap.tsx @@ -18,7 +18,6 @@ function waypointIcon(index: number, overnight?: boolean, highlighted?: boolean) const bg = overnight ? "#8B6D3A" : "#2563eb"; const size = highlighted ? 28 : 24; const offset = size / 2; - const ring = ""; return L.divIcon({ className: "", html: `