diff --git a/app/javascript/dashboard/components/widgets/conversation/ConversationCard.vue b/app/javascript/dashboard/components/widgets/conversation/ConversationCard.vue index a2a914bb2..d63940127 100644 --- a/app/javascript/dashboard/components/widgets/conversation/ConversationCard.vue +++ b/app/javascript/dashboard/components/widgets/conversation/ConversationCard.vue @@ -23,15 +23,19 @@ {{ inboxName(chat.inbox_id) }} -

+

+ + {{ lastMessageInChat.content }} + + {{ ` ` }} + + + {{ this.$t(`${attachmentIconKey}.CONTENT`) }} + +

- {{ - lastMessageInChat ? dynamicTime(lastMessageInChat.created_at) : '' - }} + {{ dynamicTime(chat.timestamp) }} {{ getUnreadCount }}
@@ -39,11 +43,8 @@