Merge on-push-strategy branch into develop (on push strategy in result-preview component, i.e. search result cards) #39

Merged
konstantina.galouni merged 9 commits from on-push-strategy into develop 2024-05-21 12:15:00 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 01f54d788d - Show all commits

View File

@ -664,7 +664,7 @@ export class ParsingFunctions {
}
}
if(properties.environment != "production") {
if(properties.environment != "production" && classifiedSubjects != null) {
for (let classified of classifiedSubjects.keys()) {
subjects = subjects.concat(classifiedSubjects.get(classified));
}