Remove unused activePropBg in ChatbotContainer to satisfy noUnusedLocals
This commit is contained in:
@@ -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 (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user