diff --git a/frontend-admin/src/api/tomtom.ts b/frontend-admin/src/api/tomtom.ts index 2a3bb8fc..56b96e4a 100644 --- a/frontend-admin/src/api/tomtom.ts +++ b/frontend-admin/src/api/tomtom.ts @@ -123,7 +123,6 @@ export async function calculateRoute( } } - // Fallback: straight line if (coordinates.length === 0) { coordinates.push(origin, destination); } diff --git a/mobile/src/screens/client/ProductsScreen.tsx b/mobile/src/screens/client/ProductsScreen.tsx index 7d8b78e2..8f176a63 100644 --- a/mobile/src/screens/client/ProductsScreen.tsx +++ b/mobile/src/screens/client/ProductsScreen.tsx @@ -34,7 +34,6 @@ const logoGrosSemi = require("../../../assets/logo-gros-semi.png"); const { width: SCREEN_WIDTH } = Dimensions.get("window"); const CARD_WIDTH = SCREEN_WIDTH - 48; -// Les catégories sont chargées dynamiquement depuis l'API type Nav = NativeStackNavigationProp;