diff --git a/front/src/modules/pathfinding/hook/usePathfinding.ts b/front/src/modules/pathfinding/hook/usePathfinding.ts index b91d79e559a..7d8af08df19 100644 --- a/front/src/modules/pathfinding/hook/usePathfinding.ts +++ b/front/src/modules/pathfinding/hook/usePathfinding.ts @@ -268,7 +268,7 @@ export const usePathfindingV2 = ( compact(updatedPathSteps) ); - setPathProperties?({ + setPathProperties?.({ electrifications, geometry, suggestedOperationalPoints,