Skip to content

Commit

Permalink
fix(sender-details): show contact names again
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Merkel <[email protected]>
  • Loading branch information
JohannesGGE committed Oct 26, 2023
1 parent 7cb233d commit b448594
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/components/RecipientBubble.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,7 @@
<template #icon>
<IconDetails :size="20" />
</template>
{{ t('mail', 'Contacts with this address') }}:
<span>
{{ contactsWithEmailComputed }}
</span>
{{ t('mail', 'Contacts with this address') }}: {{ contactsWithEmailComputed }}
</ButtonVue>
<div v-if="selection === ContactSelectionStateEnum.select" class="contact-menu">
<ButtonVue
Expand Down

0 comments on commit b448594

Please sign in to comment.