diff --git a/shop/components/order-wizard.tsx b/shop/components/order-wizard.tsx index 707151c..68e91b0 100644 --- a/shop/components/order-wizard.tsx +++ b/shop/components/order-wizard.tsx @@ -923,16 +923,16 @@ export function OrderWizard({ } return ( -
+
-
+
{/* Left Side Status Stepper & Categories for ALL steps */} -
+
-

+

Fortschritt

-

+

Bestell-Wizard

@@ -940,11 +940,11 @@ export function OrderWizard({ {/* Step 3 Categories inside left sidebar */} {step === 3 && ( -
-

+
+

Kategorien

-
+
{visibleCategories.map((cat) => { const sel = selections[cat.id] const hasSelection = (sel?.productIds && sel.productIds.length > 0) || !!sel?.productId @@ -956,7 +956,7 @@ export function OrderWizard({