From cb5783e3600c863cf0136e2e519d5c0db55a3572 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Fri, 9 Sep 2022 14:48:34 -0700 Subject: [PATCH] Fix rendering of join permissible zones. The zones themselves are supposed to be unstroked because we only want to stroke the boundaries of the zone that are preferred. --- client/src/components/waypointdebugzones/JoinZones.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/components/waypointdebugzones/JoinZones.tsx b/client/src/components/waypointdebugzones/JoinZones.tsx index 7a67222d..476bc27e 100644 --- a/client/src/components/waypointdebugzones/JoinZones.tsx +++ b/client/src/components/waypointdebugzones/JoinZones.tsx @@ -65,6 +65,7 @@ function JoinZones(props: JoinZonesProps) { positions={zone} color="#80BA80" interactive={false} + stroke={false} /> ); })}