diff --git a/frontend/app/components/workspace/communications/CrmCommunicationsListSidebar.vue b/frontend/app/components/workspace/communications/CrmCommunicationsListSidebar.vue index 72873ae..de7cf9c 100644 --- a/frontend/app/components/workspace/communications/CrmCommunicationsListSidebar.vue +++ b/frontend/app/components/workspace/communications/CrmCommunicationsListSidebar.vue @@ -14,7 +14,6 @@ defineProps<{ markAvatarBroken: (threadId: string) => void; contactInitials: (contactName: string) => string; formatThreadTime: (iso: string) => string; - threadChannelLabel: (thread: any) => string; threadInboxes: (thread: any) => any[]; setInboxHidden: (inboxId: string, hidden: boolean) => void; formatInboxLabel: (inbox: any) => string; @@ -131,13 +130,10 @@ function onSearchInput(event: Event) {
{{ thread.contact }}
+{{ thread.contact }}
{{ formatThreadTime(thread.lastAt) }} -{{ threadChannelLabel(thread) }}
-