mirror of
https://dev.azure.com/globalhealthx/EMR/_git/helix-engage
synced 2026-04-11 18:28:15 +00:00
fix: unused notes param in disposition handler
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -43,7 +43,7 @@ export const ActiveCallCard = ({ lead, callerPhone }: ActiveCallCardProps) => {
|
|||||||
const phone = lead?.contactPhone?.[0];
|
const phone = lead?.contactPhone?.[0];
|
||||||
const phoneDisplay = phone ? formatPhone(phone) : callerPhone || 'Unknown';
|
const phoneDisplay = phone ? formatPhone(phone) : callerPhone || 'Unknown';
|
||||||
|
|
||||||
const handleDisposition = async (disposition: CallDisposition, notes: string) => {
|
const handleDisposition = async (disposition: CallDisposition, _notes: string) => {
|
||||||
setSavedDisposition(disposition);
|
setSavedDisposition(disposition);
|
||||||
|
|
||||||
// Create call record in platform
|
// Create call record in platform
|
||||||
|
|||||||
Reference in New Issue
Block a user