mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 19:48:08 +00:00
Fix: show empty emails in chat (#4030)
This commit is contained in:
committed by
GitHub
parent
d590b0ebc4
commit
dcecbf4b80
@@ -1,5 +1,8 @@
|
||||
<template>
|
||||
<li v-if="hasAttachments || data.content" :class="alignBubble">
|
||||
<li
|
||||
v-if="hasAttachments || data.content || isEmailContentType"
|
||||
:class="alignBubble"
|
||||
>
|
||||
<div :class="wrapClass">
|
||||
<div v-tooltip.top-start="messageToolTip" :class="bubbleClass">
|
||||
<bubble-mail-head
|
||||
|
||||
Reference in New Issue
Block a user