Skip to content

Commit dc29bb0

Browse files
authored
feat: add HR objective to theme tags by default (#942)
le tag HR est ajouté dans les tags de thématique pour les 2 parcours close #913
1 parent 8c21d81 commit dc29bb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/web/src/utils/theme.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ export class Theme {
104104
UsedTrack.isWasteObjective() ? tags.push(this.getByValue(Objective.WasteManagement) as ThemeType) : undefined
105105
UsedTrack.isWaterObjective() ? tags.push(this.getByValue(Objective.WaterConsumption) as ThemeType) : undefined
106106
UsedTrack.isMobilityObjective() ? tags.push(this.getByValue(Objective.SustainableMobility) as ThemeType) : undefined
107+
tags.push(this.getByValue(Objective.TrainOrRecruit) as ThemeType)
107108

108109
return tags
109110
}

0 commit comments

Comments
 (0)