Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 97a5bc43 authored by Sebastian-Ion TINCU's avatar Sebastian-Ion TINCU Committed by Joze RIHTARSIC
Browse files

Applied suggestion

parent 2e972788
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ export class CertificatePanelComponent {
return this.dateTimeService.formatDateTimeForUserLocal(date);
}
get getCertificateValidFromFormattedDate(): string {
get certificateValidFromFormattedDate(): string {
return this.formatDate(this._certificate?.validFrom);
}
get getCertificateValidToFormattedDate(): string {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment