Skip to content

Commit 44f3f14

Browse files
author
francescomauto
committed
[DSC-2761] fix: linting
1 parent 32c4c9d commit 44f3f14

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/app/shared/object-collection/shared/in-workflow-statistics/in-workflow-statistics.component.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,7 @@ export class InWorkflowStatisticsComponent implements OnInit {
9595

9696
initWorkflowDates(): void {
9797
if (this.item) {
98-
if(this.item.isArchived)
99-
return;
98+
if (this.item.isArchived) {return;}
10099

101100
if ( this.item.hasMetadata('dspace.workflow.startDateTime')) {
102101
this.canViewInWorkflowSinceDate$.next(true);

0 commit comments

Comments
 (0)