Skip to content

Commit d71df29

Browse files
committed
PD-4994
1 parent bb63e08 commit d71df29

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

src/app/record/components/top-bar/top-bar.component.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,9 @@
1111
[emailVerified]="emailVerified"
1212
[justRegistered]="justRegistered"
1313
></app-top-bar-verification-email>
14-
<ng-container
15-
*ngIf="!isPublicRecord && !recordWithIssues && userInfo?.LOCKED !== 'true'"
16-
>
14+
<ng-container *ngIf="!isPublicRecord && !recordWithIssues">
1715
<orcid-registry-permission-notifications
18-
*ngIf="permissionPanelNotifications?.length"
16+
*ngIf="permissionPanelNotifications?.length && userInfo?.LOCKED !== 'true'"
1917
[title]="permissionPanelTitle"
2018
[subtitle]="permissionPanelSubtitle"
2119
[notifications]="permissionPanelNotifications"

0 commit comments

Comments
 (0)