diff --git a/frontend/src/pages/Automations.tsx b/frontend/src/pages/Automations.tsx index 302ffa48..b72e4fff 100644 --- a/frontend/src/pages/Automations.tsx +++ b/frontend/src/pages/Automations.tsx @@ -1,7 +1,7 @@ import { useState, useEffect, useRef, useCallback } from 'react'; import { useTranslation } from 'react-i18next'; import { useQuery } from '@tanstack/react-query'; -import { Bot, RefreshCw, AlertTriangle, Loader2, ExternalLink, Sparkles, RotateCcw, ChevronDown } from 'lucide-react'; +import { Bot, RefreshCw, AlertTriangle, Loader2, Sparkles, RotateCcw, ChevronDown } from 'lucide-react'; import api from '../api/client'; import { usePlanFeatures } from '../hooks/usePlanFeatures'; import { UpgradePrompt } from '../components/UpgradePrompt'; @@ -387,18 +387,6 @@ export default function Automations() { - {/* Open in new tab */} - {embedData?.embedUrl && ( - - - - )}