forked from mystiq/hydrogen-web
Add explaining comment
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
This commit is contained in:
parent
41806b5e82
commit
ad6122a5b6
1 changed files with 1 additions and 0 deletions
|
@ -162,6 +162,7 @@ export function stringifyPath(path) {
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case "right-panel":
|
case "right-panel":
|
||||||
|
// Ignore right-panel in url
|
||||||
continue;
|
continue;
|
||||||
default:
|
default:
|
||||||
urlPath += `/${segment.type}`;
|
urlPath += `/${segment.type}`;
|
||||||
|
|
Loading…
Reference in a new issue