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

fix(structure): can have personal offers skills but no skills and no...

fix(structure): can have personal offers skills but no skills and no freeWorkShop info for the structure
parent 74673b17
No related branches found
No related tags found
1 merge request!945V3.3.0
......@@ -358,6 +358,7 @@
<ng-container *ngIf="containsDigitalLearning()">
<app-tag-item
*ngIf="structure.categoriesDisplay.freeWorkShop?.length > 0"
[label]="structure.categoriesDisplay.freeWorkShop[0].name"
[size]="'small'"
[color]="'blue'"
......
......@@ -194,6 +194,7 @@
<section *ngIf="hasBaseSkills() || hasAdvancedSkills()" class="digitalSkills">
<h2>Accompagnements aux usages numériques</h2>
<app-tag-item
*ngIf="structure.categoriesDisplay.freeWorkShop?.length > 0"
[label]="structure.categoriesDisplay.freeWorkShop[0].name"
[size]="'small'"
[color]="'blue'"
......
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