Skip to content

Commit 0d49c1a

Browse files
committed
FIx regression bug
1 parent e5226a6 commit 0d49c1a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/domain/navigation/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,8 @@ export function stringifyPath(path: Path<SegmentType>): string {
261261
break;
262262
case "right-panel":
263263
case "sso":
264+
// Do not put these segments in URL
265+
continue;
264266
default:
265267
urlPath += `/${segment.type}`;
266268
if (encodedSegmentValue) {

0 commit comments

Comments
 (0)