Skip to content
Snippets Groups Projects
Commit 7bbb79e4 authored by Mathieu Ponton's avatar Mathieu Ponton
Browse files

fix(carto): "acessible PMR" now shown as a tag

parent 4512cd1b
Branches
Tags
2 merge requests!783V3.0.0,!750fix(carto): "acessible PMR" now shown as a tag
......@@ -190,8 +190,14 @@
[size]="'small'"
[clickable]="false"
/>
<app-tag-item
*ngIf="structure.pmrAccess"
label="Accessible aux personnes à mobilité réduite"
size="small"
color="red"
[clickable]="false"
/>
</div>
<p *ngIf="structure.pmrAccess">Accessible aux personnes à mobilité réduite</p>
<p *ngIf="structure.remoteAccompaniment">Accompagnement à distance</p>
</section>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment