chore: fix ui incrementation

This commit is contained in:
2026-03-30 19:40:07 +02:00
parent b98116c76f
commit cc4b853110
2 changed files with 43 additions and 1 deletions
@@ -231,7 +231,7 @@ export default function DashboardScreen() {
}
const allDeliveries = [...rawDeliveries, ...queueCommands].filter(
(d) => d.status !== "approved",
(d) => d.status !== "approved" && d.status !== "cancelled",
);
const enriched: EnrichedDelivery[] = await Promise.all(