From adcedb7cfda175664a7aa98f088ea8cb76e3fa45 Mon Sep 17 00:00:00 2001 From: Kilian Date: Thu, 30 Apr 2026 11:18:14 +0100 Subject: [PATCH] Remove unused activePropBg in ChatbotContainer to satisfy noUnusedLocals --- apps/web/src/components/ChatbotContainer.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/apps/web/src/components/ChatbotContainer.tsx b/apps/web/src/components/ChatbotContainer.tsx index 482eaf3..e117080 100644 --- a/apps/web/src/components/ChatbotContainer.tsx +++ b/apps/web/src/components/ChatbotContainer.tsx @@ -437,9 +437,6 @@ export function ChatbotContainer() { const accentShadow = isDragos ? 'shadow-emerald-500/20' : 'shadow-amber-500/20'; const accentBg = isDragos ? 'bg-emerald-600/20' : 'bg-amber-600/20'; const accentText = isDragos ? 'text-emerald-300' : 'text-amber-300'; - const activePropBg = isDragos - ? 'bg-gradient-to-r from-emerald-600 to-teal-600 text-white shadow-lg shadow-emerald-500/30' - : 'bg-gradient-to-r from-amber-600 to-orange-600 text-white shadow-lg shadow-amber-500/30'; return ( <>