mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
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:
parent
3162139a31
commit
cb5783e360
@ -65,6 +65,7 @@ function JoinZones(props: JoinZonesProps) {
|
||||
positions={zone}
|
||||
color="#80BA80"
|
||||
interactive={false}
|
||||
stroke={false}
|
||||
/>
|
||||
);
|
||||
})}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user