Skip to content
Snippets Groups Projects
Commit 0422f2bb authored by Jérémie BRISON's avatar Jérémie BRISON
Browse files

fix(structure-details) : add public accompaniment section

parent a70aba19
No related branches found
No related tags found
2 merge requests!103Recette,!102Dev
......@@ -196,6 +196,14 @@
<div *ngFor="let public of structure.publics" fxLayout="row" fxLayoutAlign="none flex-end" fxLayoutGap="8px">
<p class="no-margin">{{ getPublicLabel(public) }}</p>
</div>
<div
*ngFor="let accompaniment of structure.publicsAccompaniment"
fxLayout="row"
fxLayoutAlign="none flex-end"
fxLayoutGap="8px"
>
<p class="no-margin">{{ accompaniment }}</p>
</div>
</div>
</div>
</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