diff --git a/frontend/src/pages/Profile.jsx b/frontend/src/pages/Profile.jsx index 4578dcb..5a6b88e 100644 --- a/frontend/src/pages/Profile.jsx +++ b/frontend/src/pages/Profile.jsx @@ -80,7 +80,9 @@ export default function Profile() { key={order.id} >
- Заказ #{order.id} + + Заказ #{order.id} + {statusLabels[order.status]} @@ -90,10 +92,15 @@ export default function Profile() { {order.items?.map((oi) => (
- {oi.item?.name} - + {oi.item?.name} + {oi.item?.name} + {oi.quantity} {oi.item?.unit} x {oi.price}р