mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
Compare commits
3 Commits
4.2
...
hotfix/453
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ca8c605da1 | ||
|
|
c06ba11220 | ||
|
|
dac9dfa559 |
@@ -226,7 +226,7 @@ export class ShellSideMenuComponent {
|
||||
}
|
||||
}, undefined);
|
||||
|
||||
if (!lastCrumb) {
|
||||
if (!lastCrumb || lastCrumb?.path?.includes('undefined') || lastCrumb?.path?.includes('null')) {
|
||||
return fallback;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user