From ba8bd9e3ffbc62722620353dc531b2a20929e92e Mon Sep 17 00:00:00 2001 From: Satyam Rastogi Date: Fri, 29 May 2026 20:42:50 +0530 Subject: [PATCH] fix(dispatch): replace residual fake customer name Marcus Webb --- src/components/dispatch/DispatchLeadQueue.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/dispatch/DispatchLeadQueue.jsx b/src/components/dispatch/DispatchLeadQueue.jsx index c96d7b7..ea88ac3 100644 --- a/src/components/dispatch/DispatchLeadQueue.jsx +++ b/src/components/dispatch/DispatchLeadQueue.jsx @@ -61,7 +61,7 @@ const getAgingState = (arrivedMinsAgo, status) => { const DROP_POOL = [ { source: 'call_center', leadType: 'roof_inspection', urgency: 'high', - customer: { name: 'Marcus Webb', phone: '(972) 555-2201', email: 'marcus.webb@gmail.com' }, + customer: { name: 'Trevor Holloway', phone: '(972) 555-2201', email: 'trevor.holloway@gmail.com' }, property: { address: '1620 Mapleshade Ln', city: 'Plano', state: 'TX', zip: '75075', lat: 33.0545, lng: -96.7634 }, callCenter: { id: 'CC-02', name: 'DFW Ops Hub' }, notes: 'Homeowner noticed missing shingles after last week\'s storm. No active leak reported but wants inspection before weekend rain.',