Skip to content

Commit

Permalink
Remove ShyEmail function (#1492)
Browse files Browse the repository at this point in the history
  • Loading branch information
gunndabad authored Sep 17, 2024
1 parent 7f1c99b commit e6607c5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<td class="govuk-table__cell">
<a href="@LinkGenerator.EditUser(user.UserId)" class="govuk-link" data-testid="[email protected]">@user.Name</a>
</td>
<td class="govuk-table__cell empty-hyphens">@Html.ShyEmail(user.Email!)</td>
<td class="govuk-table__cell">@user.Email</td>
</tr>
}
}
Expand Down

0 comments on commit e6607c5

Please sign in to comment.