chore: fix product
This commit is contained in:
@@ -970,7 +970,7 @@ export default function ProductsScreen() {
|
||||
v,
|
||||
)
|
||||
}
|
||||
keyboardType="numeric"
|
||||
keyboardType="decimal-pad"
|
||||
placeholderTextColor={
|
||||
colors.textMuted
|
||||
}
|
||||
|
||||
@@ -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 ||
|
||||
[],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user