[ADF-3513] - removed wrong slide from task-detail component (#3746)

This commit is contained in:
Vito
2018-09-06 12:26:26 +01:00
committed by Eugenio Romano
parent f5b69ebb98
commit 6c748cc24b
4 changed files with 14 additions and 13 deletions

View File

@@ -455,10 +455,6 @@ export class TaskDetailsComponent implements OnInit, OnChanges {
this.loadDetails(taskId);
}
toggleHeaderContent(): void {
this.showHeaderContent = !this.showHeaderContent;
}
isCompletedTask(): boolean {
return this.taskDetails && this.taskDetails.endDate ? true : undefined;
}