mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Handle to front line events in the new UI.
This commit is contained in:
@@ -7,7 +7,7 @@ export default function SupplyRoutesLayer() {
|
||||
const fronts = useAppSelector(selectFrontLines).fronts;
|
||||
return (
|
||||
<LayerGroup>
|
||||
{fronts.map((front, idx) => {
|
||||
{Object.values(fronts).map((front, idx) => {
|
||||
return <FrontLine key={idx} front={front} />;
|
||||
})}
|
||||
</LayerGroup>
|
||||
|
||||
Reference in New Issue
Block a user