fix: enable next actions bar when refund is available (#8719)

This commit is contained in:
Riqwan Thamir
2024-08-22 10:02:43 +00:00
committed by GitHub
parent 64820cebef
commit 4219674ead
@@ -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