diff --git a/shop/components/wizard/step-summary.tsx b/shop/components/wizard/step-summary.tsx index af706e8..f28aa22 100644 --- a/shop/components/wizard/step-summary.tsx +++ b/shop/components/wizard/step-summary.tsx @@ -147,8 +147,7 @@ export function StepSummary({ {linkedFeeProducts && linkedFeeProducts.length > 0 && (
- Zusätzliche Dienste & Gebühren - Einmalig berechnet + Backoffice
{linkedFeeProducts.map(p => (
@@ -159,11 +158,6 @@ export function StepSummary({ {' '}{p.billing_interval === 'monthly' ? '/ mtl.' : 'einmalig'}
- {p.description && ( -

- {p.description} -

- )}
))}