mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[ACS-5645]fixes linting
This commit is contained in:
committed by
Anukriti Singh
parent
1a5a23184e
commit
ff78d6495d
+3
-3
@@ -348,9 +348,9 @@ export class ContentMetadataComponent implements OnChanges, OnInit, OnDestroy {
|
||||
isEditingPanel(): boolean {
|
||||
return (
|
||||
(this.editable && this.hasMetadataChanged) ||
|
||||
(this.editableTags && this.hasMetadataChanged ) ||
|
||||
(this.editableCategories && this.hasMetadataChanged) ||
|
||||
((this.editableGroup?.editable) && this.hasMetadataChanged)
|
||||
(this.editableTags && this.hasMetadataChanged) ||
|
||||
(this.editableCategories && this.hasMetadataChanged) ||
|
||||
(this.editableGroup?.editable && this.hasMetadataChanged)
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user