From a88cbecfbf2e360e150bee908d22c745934ef744 Mon Sep 17 00:00:00 2001 From: saridsa2 Date: Thu, 19 Mar 2026 18:07:24 +0530 Subject: [PATCH] fix: unused notes param in disposition handler Co-Authored-By: Claude Opus 4.6 (1M context) --- src/components/call-desk/active-call-card.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/call-desk/active-call-card.tsx b/src/components/call-desk/active-call-card.tsx index ec23330..b0d1b86 100644 --- a/src/components/call-desk/active-call-card.tsx +++ b/src/components/call-desk/active-call-card.tsx @@ -43,7 +43,7 @@ export const ActiveCallCard = ({ lead, callerPhone }: ActiveCallCardProps) => { const phone = lead?.contactPhone?.[0]; const phoneDisplay = phone ? formatPhone(phone) : callerPhone || 'Unknown'; - const handleDisposition = async (disposition: CallDisposition, notes: string) => { + const handleDisposition = async (disposition: CallDisposition, _notes: string) => { setSavedDisposition(disposition); // Create call record in platform