From 7819a88af20c2abc9e3f617d6bb0170fb9b23962 Mon Sep 17 00:00:00 2001 From: siddharthd Date: Mon, 10 Aug 2026 13:37:39 +1000 Subject: [PATCH] order-details: null item amounts render nothing, not $0.00; qty defaults to 1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Spine-bridged receipts (Amazon shipment notices, eBay) name the goods without per-item prices — null means 'the mail didn't say', and printing $0.00 would assert it did. --- src/components/order-details.tsx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/components/order-details.tsx b/src/components/order-details.tsx index fee2b54..ee3643e 100644 --- a/src/components/order-details.tsx +++ b/src/components/order-details.tsx @@ -99,7 +99,7 @@ export function OrderDetails({