Production release February 2024 [CONNECT] #34

Merged
konstantina.galouni merged 168 commits from develop into master 2024-02-15 11:04:20 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 93ae0db4dd - Show all commits

View File

@ -63,7 +63,7 @@ export class StakeholderService {
stakeholder.index_name = name;
stakeholder.name = name;
stakeholder.alias = orcid;
if(results <10 && stakeholder.topics[0]?.categories[0]?.subCategories[0]){
if(results <7 && stakeholder.topics[0]?.categories[0]?.subCategories[0]){
stakeholder.topics[0].categories[0].subCategories[0].charts=[]; // keep only numbers - charts wont show much anyway
}
this.stakeholderSubject.next(stakeholder);