diff --git a/packages/admin-next/dashboard/src/routes/orders/order-detail/components/order-summary-section/order-summary-section.tsx b/packages/admin-next/dashboard/src/routes/orders/order-detail/components/order-summary-section/order-summary-section.tsx index 7cbf0e5c14..2d811b57ed 100644 --- a/packages/admin-next/dashboard/src/routes/orders/order-detail/components/order-summary-section/order-summary-section.tsx +++ b/packages/admin-next/dashboard/src/routes/orders/order-detail/components/order-summary-section/order-summary-section.tsx @@ -75,7 +75,7 @@ const Item = ({ return (
@@ -107,7 +107,7 @@ const Item = ({
- + {item.quantity}x
@@ -123,7 +123,7 @@ const Item = ({
- + {getLocaleAmount(item.subtotal || 0, currencyCode)}