From 061147701e6b002e077ac056239776349866d805 Mon Sep 17 00:00:00 2001 From: DanielS Date: Wed, 22 Jul 2026 17:23:49 +0200 Subject: [PATCH] style(shop): rename linked fee section to Backoffice in StepSummary --- shop/components/wizard/step-summary.tsx | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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} -

- )}
))}