We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c21d81 commit dc29bb0Copy full SHA for dc29bb0
apps/web/src/utils/theme.ts
@@ -104,6 +104,7 @@ export class Theme {
104
UsedTrack.isWasteObjective() ? tags.push(this.getByValue(Objective.WasteManagement) as ThemeType) : undefined
105
UsedTrack.isWaterObjective() ? tags.push(this.getByValue(Objective.WaterConsumption) as ThemeType) : undefined
106
UsedTrack.isMobilityObjective() ? tags.push(this.getByValue(Objective.SustainableMobility) as ThemeType) : undefined
107
+ tags.push(this.getByValue(Objective.TrainOrRecruit) as ThemeType)
108
109
return tags
110
}
0 commit comments