This commit is contained in:
Patryk
2025-06-09 23:57:18 +02:00
parent 366ea4ada3
commit 1cc0f601fb
4 changed files with 121 additions and 59 deletions

View File

@@ -32,7 +32,7 @@ export default function UserOrders() {
className="m-2"
data={orders}
renderItem={({ item }) => (
<Box className="p-4 rounded-md bg-white">
<Box className="p-4 rounded-md bg-white mb-2">
<VStack>
<HStack>
<Text>{item.orderId}</Text>