SonarCloud fixes (#4235)

This commit is contained in:
MichalKinas
2024-11-13 14:26:24 +01:00
committed by GitHub
parent 27e318aaa0
commit 90ca3707f7
7 changed files with 9 additions and 10 deletions

View File

@@ -83,7 +83,7 @@ export class LocationLinkComponent implements OnInit {
ngOnInit() {
if (this.context) {
const node: NodeEntry = this.context.row.node;
if (node?.entry && node?.entry?.path) {
if (node?.entry?.path) {
const path = node.entry.path;
if (path?.name && path?.elements) {