chore: fix product

This commit is contained in:
2026-02-22 14:36:56 +01:00
parent 2d9bec7392
commit dd10da1536
9 changed files with 38 additions and 20 deletions
@@ -228,7 +228,7 @@ export default function DashboardScreen() {
: client?.username || undefined,
clientPhone: client?.telephone || undefined,
items:
(detail.delivery as any)?.items ||
detail.delivery?.items ||
(d as any).items ||
[],
};