[CST-5307] Added missing javadocs, removed showClaimItem feature

This commit is contained in:
Luca Giamminonni
2022-05-05 17:46:30 +02:00
parent 804930fbe2
commit d51dcca87c
6 changed files with 40 additions and 29 deletions

View File

@@ -172,6 +172,9 @@ export class ProfilePageComponent implements OnInit {
this.updateProfile();
}
/**
* Returns true if the researcher profile feature is enabled, false otherwise.
*/
isResearcherProfileEnabled(){
return this.isResearcherProfileEnabled$;
}