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 373216a8f36a1ae37a41c20da4b7a8ae9e68eba1..aaedfcf85c8dbb5ae24a0d483c0fe1a709cdf5bb 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 @@ -337,7 +337,9 @@ <app-no-information *ngIf="!containsDigitalHelp(offerHolder.offers)" /> <div *ngIf="containsDigitalHelp(offerHolder.offers)" class="inline-list"> <div class="wrapper"> - <ng-container *ngFor="let accompagnement of structure.categoriesDisplay.onlineProcedures.sort()"> + <ng-container + *ngFor="let accompagnement of offerHolder.offers.categoriesDisplay.onlineProcedures.sort()" + > <app-logo-card *ngIf="accompagnement.name !== 'Autres'" [module]="accompagnement" /> </ng-container> </div>