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

fix(structure): onlineProcedures icons specific case bug

parent ec2828af
No related branches found
No related tags found
2 merge requests!846V3.1.0 (sans impression),!808fix(structure): onlineProcedures icons specific case bug
......@@ -200,9 +200,9 @@
[clickable]="false"
/>
<div class="wrapper">
<div *ngFor="let accompagnement of structure.categoriesDisplay.onlineProcedures.sort()">
<ng-container *ngFor="let accompagnement of structure.categoriesDisplay.onlineProcedures.sort()">
<app-logo-card *ngIf="accompagnement.name !== 'Autres'" [module]="accompagnement" />
</div>
</ng-container>
</div>
<div *ngIf="structure.otherDescription" class="otherDescription">
<b>Autres démarches :</b>
......
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