diff --git a/src/app/shared/components/contributors-list/contributors-list.component.html b/src/app/shared/components/contributors-list/contributors-list.component.html
index a3f4ae9e8..8c8dcc7d5 100644
--- a/src/app/shared/components/contributors-list/contributors-list.component.html
+++ b/src/app/shared/components/contributors-list/contributors-list.component.html
@@ -12,7 +12,11 @@
@if (readonly() || contributor.isUnregisteredContributor || !contributor.id || contributor.deactivated) {
{{ contributor.fullName }}{{ $last ? '' : ',' }}
} @else {
-
+
{{ contributor.fullName }}{{ $last ? '' : ',' }}
}