From b4485947b642af3b3751372ed0382808496db975 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 }}