Skip to content

Commit 74c17e7

Browse files
Simone-Ramundiatarix83
authored andcommitted
Merged in task/dspace-cris-2023_02_x/DSC-2172 (pull request DSpace#2788)
[DSC-2172] Approved-by: Andrea Barbasso
2 parents 46857ca + 4e24119 commit 74c17e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/profile-page/profile-page.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<ng-container *ngVar="(user$ | async) as user">
22
<div class="container" *ngIf="user">
33
<h1>{{'profile.title' | translate}}</h1>
4-
<ng-container>
4+
<ng-container *ngIf="isResearcherProfileEnabled$ | async">
55
<div class="card mb-4">
66
<div class="card-header">{{'profile.card.researcher' | translate}}</div>
77
<div class="card-body">

0 commit comments

Comments
 (0)