diff --git a/templates/module/helfi_tpr/tpr-unit-contact-information.html.twig b/templates/module/helfi_tpr/tpr-unit-contact-information.html.twig index 9ae7d706c..bbacacb1f 100644 --- a/templates/module/helfi_tpr/tpr-unit-contact-information.html.twig +++ b/templates/module/helfi_tpr/tpr-unit-contact-information.html.twig @@ -33,18 +33,13 @@ {% endif %} {% endif %} - {% if unit_email_link and content.email|render %} - {% set link_attributes = { - 'class': [ - 'service-channel__email-link', - ], - } %} + {% if content.email|render %}
- {{ link(content.email, unit_email_link, link_attributes) }} + {{ content.email }}
{% endif %} {% if content.phone|render %}