Update stakeholder if route is diff from user-info

This commit is contained in:
Konstantinos Triantafyllou 2023-03-22 19:31:44 +02:00
parent abc1547c72
commit 3b8cf0e129
2 changed files with 2 additions and 2 deletions

View File

@ -144,7 +144,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) {

@ -1 +1 @@
Subproject commit ed19051fc063d97a34b7ee4601bc5fd68aac3baa
Subproject commit 2b4835bd0dfaa19a65ab27da289f5a8877819a88