Skip to content

Commit

Permalink
tweak: comment to indicate need for fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahpurcell committed Oct 28, 2024
1 parent 989c17c commit 1c22bba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/src/components/detours/diversionPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@ export const DiversionPage = ({
directions={
editedDirections
? parseIntoDirectionsList(editedDirections)
// Include fallback if editedDirections was not initialized on an older detour
: extendedDirections
}
connectionPoints={[
Expand Down Expand Up @@ -389,6 +390,7 @@ export const DiversionPage = ({
directions={
editedDirections
? parseIntoDirectionsList(editedDirections)
// Include fallback if editedDirections was not initialized on an older detour
: extendedDirections
}
connectionPoints={[
Expand Down

0 comments on commit 1c22bba

Please sign in to comment.