mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
SonarCloud fixes (#4235)
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user