mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
polish order confirmation in orders list and order details pages
This commit is contained in:
@@ -62,7 +62,7 @@ export default async function AccountPage() {
|
||||
<span className="sr-only">{order.normalizedId}</span>
|
||||
</Button>
|
||||
</Link>
|
||||
{!isBeforeToday(order?.warrantyActivationDeadline) && (
|
||||
{!isBeforeToday(order?.warrantyActivationDeadline?.value) && (
|
||||
<ActivateWarranty order={order} />
|
||||
)}
|
||||
{!order.orderConfirmation && <OrderConfirmation order={order} />}
|
||||
|
Reference in New Issue
Block a user