Skip to content

Commit

Permalink
initial commit (#2453)
Browse files Browse the repository at this point in the history
  • Loading branch information
bergomi02 authored Feb 29, 2024
1 parent 78cec09 commit 784c971
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,8 @@ export class OverviewComponent extends BaseEnrolmentPage implements OnInit {
selfDeclarationCompletedDate: stateSelfDeclarationCompletedDate && selfDeclarationCompletedDate < stateSelfDeclarationCompletedDate ?
stateSelfDeclarationCompletedDate : selfDeclarationCompletedDate,
requireRedoSelfDeclaration: !stateSelfDeclarationCompletedDate && requireRedoSelfDeclaration,
expiryDate: this.enrolmentService.enrolment.expiryDate,
enrollee: this.enrolmentService.enrolment.enrollee,
};
}

Expand Down

0 comments on commit 784c971

Please sign in to comment.