From cb4a713afc81326485becba4fa3a635f112114d4 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Sat, 5 Jul 2025 11:29:17 +0200 Subject: Add custom stages --- Map/Presentation/Base Components/MapRender/MapAxes.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Map/Presentation/Base Components/MapRender/MapAxes.swift') diff --git a/Map/Presentation/Base Components/MapRender/MapAxes.swift b/Map/Presentation/Base Components/MapRender/MapAxes.swift index 48e0b6d..3a94a13 100644 --- a/Map/Presentation/Base Components/MapRender/MapAxes.swift +++ b/Map/Presentation/Base Components/MapRender/MapAxes.swift @@ -94,6 +94,6 @@ struct MapAxes: View { #Preview { MapAxes( mapSize: CGSize(width: 200.0, height: 200.0), lineWidth: CGFloat(1.0), - evolution: Stage.stages(.general), stages: [25.0, 50.0, 75.0] + evolution: Stage.stages(StageType.general), stages: [25.0, 50.0, 75.0] ).padding(50.0) } -- cgit