From d451329a81ff59c293b476d5806a6cdf010b6084 Mon Sep 17 00:00:00 2001 From: iamsivin Date: Fri, 24 Jan 2025 18:59:34 +0530 Subject: [PATCH] chore: Minor fix --- .../message/bubbles/Email/Index.vue | 5 ++- .../message/bubbles/Text/Index.vue | 5 ++- .../message/chips/AttachmentChips.vue | 32 +++++++++---------- 3 files changed, 23 insertions(+), 19 deletions(-) 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') }} - +