We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 585cc22 commit a4d22ceCopy full SHA for a4d22ce
1 file changed
src/app/record/components/top-bar/top-bar.component.html
@@ -11,7 +11,7 @@
11
[emailVerified]="emailVerified"
12
[justRegistered]="justRegistered"
13
></app-top-bar-verification-email>
14
-<ng-container *ngIf="!isPublicRecord && !recordWithIssues">
+<ng-container *ngIf="!isPublicRecord && !recordWithIssues && !userInfo?.LOCKED === 'true'">
15
<orcid-registry-permission-notifications
16
*ngIf="permissionPanelNotifications?.length"
17
[title]="permissionPanelTitle"
0 commit comments