Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Akctarus committed Jul 11, 2024
1 parent 971888e commit 9e6bcd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/src/modules/pathfinding/hook/usePathfinding.ts
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ export const usePathfindingV2 = (
compact(updatedPathSteps)
);

setPathProperties?({
setPathProperties?.({
electrifications,
geometry,
suggestedOperationalPoints,
Expand Down

0 comments on commit 9e6bcd5

Please sign in to comment.