diff --git a/app/javascript/dashboard/components-next/message/bubbles/Email/Index.vue b/app/javascript/dashboard/components-next/message/bubbles/Email/Index.vue index 5c83067f3..f2f92e70a 100644 --- a/app/javascript/dashboard/components-next/message/bubbles/Email/Index.vue +++ b/app/javascript/dashboard/components-next/message/bubbles/Email/Index.vue @@ -127,7 +127,10 @@ const textToShow = computed(() => { v-if="Array.isArray(attachments) && attachments.length" class="px-4 pb-4 space-y-2" > - + diff --git a/app/javascript/dashboard/components-next/message/bubbles/Text/Index.vue b/app/javascript/dashboard/components-next/message/bubbles/Text/Index.vue index 1a7997f50..83388bed5 100644 --- a/app/javascript/dashboard/components-next/message/bubbles/Text/Index.vue +++ b/app/javascript/dashboard/components-next/message/bubbles/Text/Index.vue @@ -25,7 +25,10 @@ const isEmpty = computed(() => { {{ $t('CONVERSATION.NO_CONTENT') }} - +