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 committed by Raffson
parent 3162139a31
commit cb5783e360
No known key found for this signature in database
GPG Key ID: B0402B2C9B764D99

View File

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