chore: build
This commit is contained in:
@@ -73,7 +73,6 @@ export default function OrderDetailScreen() {
|
||||
setCommand(cmdRes.command);
|
||||
setItems(itemsRes.items ?? []);
|
||||
|
||||
// If livreur assigned, fetch their location and calc route
|
||||
const cmd = cmdRes.command;
|
||||
if (cmd?.livreur_assign && cmd?.adresse) {
|
||||
loadLivreurRoute(cmd.livreur_assign, cmd.adresse);
|
||||
|
||||
Reference in New Issue
Block a user