From e3dea78ab119764c875344890af70e542290c24f Mon Sep 17 00:00:00 2001 From: Bastien Dumont <bdumont@grandlyon.com> Date: Tue, 6 Jun 2023 15:10:41 +0200 Subject: [PATCH] condition to display missing info --- .../structure-edition-summary.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/profile/structure-edition-summary/structure-edition-summary.component.html b/src/app/profile/structure-edition-summary/structure-edition-summary.component.html index 022bd153d..a40d19511 100644 --- a/src/app/profile/structure-edition-summary/structure-edition-summary.component.html +++ b/src/app/profile/structure-edition-summary/structure-edition-summary.component.html @@ -497,7 +497,7 @@ </div> </div> - <div class="section learningPrice"> + <div *ngIf="containsDigitalLearning()" class="section learningPrice"> <div class="sectionHeader"> <p>Gratuité des ateliers</p> <app-button -- GitLab