Skip to content

Commit bb63e08

Browse files
committed
PD-4994
1 parent a4d22ce commit bb63e08

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
[emailVerified]="emailVerified"
1212
[justRegistered]="justRegistered"
1313
></app-top-bar-verification-email>
14-
<ng-container *ngIf="!isPublicRecord && !recordWithIssues && !userInfo?.LOCKED === 'true'">
14+
<ng-container
15+
*ngIf="!isPublicRecord && !recordWithIssues && userInfo?.LOCKED !== 'true'"
16+
>
1517
<orcid-registry-permission-notifications
1618
*ngIf="permissionPanelNotifications?.length"
1719
[title]="permissionPanelTitle"

0 commit comments

Comments
 (0)