mirror of
https://github.com/abhinavxd/libredesk.git
synced 2025-10-23 05:11:57 +00:00
hide live chat continuity emails in AgentMessageBubble
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<template>
|
||||
<div class="flex flex-col items-end text-left">
|
||||
<!-- Do not show live chat continuity emails -->
|
||||
<div class="flex flex-col items-end text-left" v-if="!message.meta.continuity_email">
|
||||
<!-- Sender Name -->
|
||||
<div class="pr-[47px] mb-1">
|
||||
<p class="text-muted-foreground text-sm font-medium">
|
||||
|
Reference in New Issue
Block a user