diff --git a/src/components/call-desk/active-call-card.tsx b/src/components/call-desk/active-call-card.tsx index 2c14393..7d82ea8 100644 --- a/src/components/call-desk/active-call-card.tsx +++ b/src/components/call-desk/active-call-card.tsx @@ -225,11 +225,9 @@ export const ActiveCallCard = ({ lead, callerPhone, missedCallId, onCallComplete {fullName &&

{phoneDisplay}

} -
- -
+ {/* Cancel button removed per product — risk: agent can't abort + a misdialled outbound call before the customer answers. + */} ); }