Skip to content
Snippets Groups Projects
Commit f80050e5 authored by Etienne LOUPIAS's avatar Etienne LOUPIAS
Browse files

fix

parent 02b27efe
No related branches found
No related tags found
1 merge request!936Resolve "[modification fiche structure] - Offre structure vs. Offre accompagnant numérique + ordre des blocs"
......@@ -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>
......
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