diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 3263bba..4a82382 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -254,10 +254,6 @@ export function App() { updated[idx] = { ...existing, ...contact, - name: contact.name ?? existing.name, - last_path: contact.last_path ?? existing.last_path, - lat: contact.lat ?? existing.lat, - lon: contact.lon ?? existing.lon, }; return updated; }