Skip to content

Commit 4106b0c

Browse files
committed
fix: remove payment method price when free
1 parent aefa79b commit 4106b0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • components/composite/StepPayment/PaymentSummaryList

components/composite/StepPayment/PaymentSummaryList/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export const PaymentSummaryList = ({ hasTitle }: { hasTitle: boolean }) => {
2525
</PaymentSummaryItem>
2626
{hasTitle && (
2727
<PaymentSummaryValue>
28-
<PaymentMethodPrice labelFree={t("general.free")} />
28+
<PaymentMethodPrice labelFree="&nbsp;" />
2929
</PaymentSummaryValue>
3030
)}
3131
</PaymentSummary>

0 commit comments

Comments
 (0)