Skip to content

Commit

Permalink
fix incorrect condition
Browse files Browse the repository at this point in the history
  • Loading branch information
shaed-parkar committed Dec 2, 2024
1 parent 22334c3 commit 7c946b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
<div class="govuk-grid-column-one-quarter contact-label">Username</div>

<div
*ngIf="participant.Email === participant.UserName; else usernamePending"
*ngIf="participant.Email !== participant.UserName; else usernamePending"
id="participant-{{ participant?.ParticipantId }}-username"
class="govuk-grid-column-three-quarters wrap"
>
Expand Down

0 comments on commit 7c946b1

Please sign in to comment.