Skip to content

Commit

Permalink
Fix another magic segment string constant (#59591)
Browse files Browse the repository at this point in the history
Follow-up to #59552, I think this one was missed because it landed
around the same time as #59538.

Closes NEXT-1869
  • Loading branch information
acdlite committed Dec 13, 2023
1 parent e9ac616 commit 79e82d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ function navigateReducer_noPPR(
// Filter out the __DEFAULT__ paths as they shouldn't be scrolled to in this case.
if (
scrollableSegmentPath[scrollableSegmentPath.length - 1] !==
'__DEFAULT__'
DEFAULT_SEGMENT_KEY
) {
scrollableSegments.push(scrollableSegmentPath)
}
Expand Down

0 comments on commit 79e82d4

Please sign in to comment.