fix: enable next actions bar when refund is available (#8719)
This commit is contained in:
+1
-1
@@ -166,7 +166,7 @@ export const OrderSummarySection = ({ order }: OrderSummarySectionProps) => {
|
||||
<CostBreakdown order={order} />
|
||||
<Total order={order} />
|
||||
|
||||
{(showAllocateButton || showReturns || showPayment) && (
|
||||
{(showAllocateButton || showReturns || showPayment || showRefund) && (
|
||||
<div className="bg-ui-bg-subtle flex items-center justify-end rounded-b-xl px-4 py-4 gap-x-2">
|
||||
{showReturns && (
|
||||
<ButtonMenu
|
||||
|
||||
Reference in New Issue
Block a user