Skip to content

Commit

Permalink
Fix another magic segment string constant
Browse files Browse the repository at this point in the history
Follow-up to vercel#59552, I think this one was missed because it landed
around the same time as vercel#59538.
  • Loading branch information
acdlite committed Dec 13, 2023
1 parent 7234502 commit 92e33dd
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 92e33dd

Please sign in to comment.