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.
This commit is contained in:
Dan Albert 2022-09-09 14:48:34 -07:00
parent 8480dadba8
commit cc5c625a99

View File

@ -65,6 +65,7 @@ function JoinZones(props: JoinZonesProps) {
positions={zone}
color="#80BA80"
interactive={false}
stroke={false}
/>
);
})}