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.
2 parents 45f4151 + af4b95f commit 4ffc918Copy full SHA for 4ffc918
1 file changed
src/app/record/components/top-bar/top-bar.component.html
@@ -11,11 +11,9 @@
11
[emailVerified]="emailVerified"
12
[justRegistered]="justRegistered"
13
></app-top-bar-verification-email>
14
-<ng-container
15
- *ngIf="!isPublicRecord && !recordWithIssues && userInfo?.LOCKED !== 'true'"
16
->
+<ng-container *ngIf="!isPublicRecord && !recordWithIssues">
17
<orcid-registry-permission-notifications
18
- *ngIf="permissionPanelNotifications?.length"
+ *ngIf="permissionPanelNotifications?.length && userInfo?.LOCKED !== 'true'"
19
[title]="permissionPanelTitle"
20
[subtitle]="permissionPanelSubtitle"
21
[notifications]="permissionPanelNotifications"
0 commit comments