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