chore: fix ts

This commit is contained in:
2026-05-03 13:26:20 +02:00
parent 7dc2686f6c
commit 78cdf074e2
@@ -93,7 +93,7 @@ export default function OrdersScreen() {
const csv = await exportApprovedCommandsCSV();
await Share.share({ message: csv, title: "Commandes approuvées" });
} catch {
showError("Erreur lors de l'export CSV");
showError("Erreur", "Impossible d'exporter le CSV");
} finally {
setExporting(false);
}