diff --git a/app/javascript/dashboard/components-next/copilot/CopilotEmptyState.vue b/app/javascript/dashboard/components-next/copilot/CopilotEmptyState.vue index c237778b4..39a7eb35a 100644 --- a/app/javascript/dashboard/components-next/copilot/CopilotEmptyState.vue +++ b/app/javascript/dashboard/components-next/copilot/CopilotEmptyState.vue @@ -46,8 +46,6 @@ const getCurrentRoute = () => { const path = route.path; if (path.includes('/conversations')) return 'conversations'; if (path.includes('/dashboard')) return 'dashboard'; - if (path.includes('/contacts')) return 'contacts'; - if (path.includes('/articles')) return 'articles'; return 'dashboard'; };