From 40cbb41dec966fec0b8f68e89ca11ac6300a37b2 Mon Sep 17 00:00:00 2001 From: Xor290 Date: Wed, 26 Aug 2026 00:22:27 +0200 Subject: [PATCH] chore: build --- frontend-admin/src/api/tomtom.ts | 1 - mobile/src/screens/client/ProductsScreen.tsx | 1 - 2 files changed, 2 deletions(-) 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;