From 4219674ead0926618ab1b6a3e4357c7156a8087c Mon Sep 17 00:00:00 2001 From: Riqwan Thamir Date: Thu, 22 Aug 2024 12:02:43 +0200 Subject: [PATCH] fix: enable next actions bar when refund is available (#8719) --- .../components/order-summary-section/order-summary-section.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 475cbc9819..eb801e9bf0 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 @@ -166,7 +166,7 @@ export const OrderSummarySection = ({ order }: OrderSummarySectionProps) => { - {(showAllocateButton || showReturns || showPayment) && ( + {(showAllocateButton || showReturns || showPayment || showRefund) && (
{showReturns && (