Skip to content

Commit

Permalink
Merge pull request #2127 from ORCID/fix/batch-fixes-dec-28
Browse files Browse the repository at this point in the history
Fix logic to hide the "as"
  • Loading branch information
leomendoza123 authored Dec 29, 2023
2 parents 084bab0 + 21efc45 commit 7c43bdf
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
<ng-container
i18n="@@linking.as"
*ngIf="
!signInData.email &&
!signInData.firstName &&
!signInData.lastName
signInData.email ||
signInData.firstName ||
signInData.lastName
"
>
as
Expand Down

0 comments on commit 7c43bdf

Please sign in to comment.