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;
|
||||
case "right-panel":
|
||||
// Ignore right-panel in url
|
||||
continue;
|
||||
default:
|
||||
urlPath += `/${segment.type}`;
|
||||
|
|
Loading…
Reference in a new issue