mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Fix inclusion/exclusion zone reversal in UI.
This commit is contained in:
parent
1d5a410bc5
commit
db4b43f495
@ -60,10 +60,10 @@ export default function TerrainZonesLayers() {
|
||||
return (
|
||||
<>
|
||||
<LayersControl.Overlay name="Inclusion zones">
|
||||
{exclusion}
|
||||
{inclusion}
|
||||
</LayersControl.Overlay>
|
||||
<LayersControl.Overlay name="Exclusion zones">
|
||||
{inclusion}
|
||||
{exclusion}
|
||||
</LayersControl.Overlay>
|
||||
<LayersControl.Overlay name="Sea zones">{sea}</LayersControl.Overlay>
|
||||
</>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user