Compare commits

...

3 Commits

View File

@@ -226,7 +226,7 @@ export class ShellSideMenuComponent {
}
}, undefined);
if (!lastCrumb) {
if (!lastCrumb || lastCrumb?.path?.includes('undefined') || lastCrumb?.path?.includes('null')) {
return fallback;
}