chore: build
Frontend Admin - EAS Build / build (push) Successful in 1h51m14s
Frontend Client - EAS Build / build (push) Successful in 1h50m17s

This commit is contained in:
Xor290
2026-08-26 00:22:27 +02:00
parent 149040391d
commit 40cbb41dec
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -123,7 +123,6 @@ export async function calculateRoute(
}
}
// Fallback: straight line
if (coordinates.length === 0) {
coordinates.push(origin, destination);
}
@@ -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<ClientStackParamList>;