diff --git a/frontend-admin/src/components/TomTomMap.tsx b/frontend-admin/src/components/TomTomMap.tsx index bf7fd0a1..9836a0fd 100644 --- a/frontend-admin/src/components/TomTomMap.tsx +++ b/frontend-admin/src/components/TomTomMap.tsx @@ -294,7 +294,6 @@ function drawRoute(coordinates, destination) { map.fitBounds(bounds, { padding: 60, maxZoom: 16, duration: 800 }); } catch(e) {} } -} function handleMessage(data) { if (data.type === 'updateMarkers') {