From 14d313c2f817d5d9e066588d6cf2fca671830f53 Mon Sep 17 00:00:00 2001 From: Johannes Merkel Date: Thu, 26 Oct 2023 13:14:19 +0200 Subject: [PATCH] fix(sender-details): show contact names again Signed-off-by: Johannes Merkel --- src/components/RecipientBubble.vue | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/components/RecipientBubble.vue b/src/components/RecipientBubble.vue index bfd975be7e..0b963cd15d 100644 --- a/src/components/RecipientBubble.vue +++ b/src/components/RecipientBubble.vue @@ -37,10 +37,7 @@ - {{ t('mail', 'Contacts with this address') }}: - - {{ contactsWithEmailComputed }} - + {{ t('mail', 'Contacts with this address') }}: {{ contactsWithEmailComputed }}