Merge Angular 16 Irish Monitor to develop #33

Merged
k.triantafyllou merged 151 commits from angular-16-irish-monitor into develop 2024-02-13 09:32:41 +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);