From 97a5bc430c8f8cf7e88c0d8f3cfe43090bc89d56 Mon Sep 17 00:00:00 2001 From: Sebastian-Ion TINCU <Sebastian-Ion.TINCU@ext.ec.europa.eu> Date: Mon, 14 Oct 2024 13:24:18 +0200 Subject: [PATCH] Applied suggestion --- .../panels/certificate-panel/certificate-panel.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smp-angular/src/app/common/panels/certificate-panel/certificate-panel.component.ts b/smp-angular/src/app/common/panels/certificate-panel/certificate-panel.component.ts index bb63b7b9b..afc50a5b8 100644 --- a/smp-angular/src/app/common/panels/certificate-panel/certificate-panel.component.ts +++ b/smp-angular/src/app/common/panels/certificate-panel/certificate-panel.component.ts @@ -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 { -- GitLab