diff --git a/src/app/app.component.ts b/src/app/app.component.ts index 2cba4e7..91048e4 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -132,7 +132,7 @@ export class AppComponent implements OnInit, OnDestroy { } })); this.subscriptions.push(this.userManagementService.getUserInfo().subscribe(user => { - this.updateStakeholder = true; + this.updateStakeholder = !this.router.url.includes('user-info'); if (user) { this.user = user; if (!this.notificationGroupsInitialized) { diff --git a/src/app/openaireLibrary b/src/app/openaireLibrary index d254318..3af2efb 160000 --- a/src/app/openaireLibrary +++ b/src/app/openaireLibrary @@ -1 +1 @@ -Subproject commit d2543181e77d5577c4bd7ce2911515c5d4b3dbcd +Subproject commit 3af2efb0d9d44f3b8c58bf059a63bb69d052a1ba