diff --git a/frontend/src/pages/Lead.vue b/frontend/src/pages/Lead.vue index 65098e21..e2f7bcea 100644 --- a/frontend/src/pages/Lead.vue +++ b/frontend/src/pages/Lead.vue @@ -86,14 +86,14 @@ >
- {{ section.label }} + {{ section.label }}
{ label: 'Activity', icon: ActivityIcon, content: lead.data.activities, - activityTitle: 'Activity log' + activityTitle: 'Activity log', }, { label: 'Emails', @@ -276,7 +276,7 @@ const tabs = computed(() => { content: lead.data.activities.filter( (activity) => activity.activity_type === 'communication' ), - activityTitle: 'Emails' + activityTitle: 'Emails', }, { label: 'Calls', @@ -284,7 +284,7 @@ const tabs = computed(() => { content: lead.data.activities.filter( (activity) => activity.activity_type === 'call' ), - activityTitle: 'Calls' + activityTitle: 'Calls', }, { label: 'Tasks',