From c6b83c42d6fbb2e6a93175479ef1620913c6532f Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Wed, 2 Aug 2023 15:14:47 +0200 Subject: [PATCH] fix(front): fix display of participants list Signed-off-by: Thomas Citharel --- js/src/views/Event/ParticipantsView.vue | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/js/src/views/Event/ParticipantsView.vue b/js/src/views/Event/ParticipantsView.vue index 6ca298ca6..3b859bfa3 100644 --- a/js/src/views/Event/ParticipantsView.vue +++ b/js/src/views/Event/ParticipantsView.vue @@ -110,10 +110,10 @@ :label="t('Participant')" v-slot="props" > -
+
- +

{{ props.row.actor.name }}
- >@{{ usernameWithDomain(props.row.actor) }} + @{{ usernameWithDomain(props.row.actor) }} +

{{ t("Anonymous participant") }}