From 9dbbbb8b31b311b219ecd63f9044e8af307e9274 Mon Sep 17 00:00:00 2001 From: DanielS Date: Tue, 18 Aug 2026 16:43:17 +0200 Subject: [PATCH] fix(wizard): remove duplicate addToBasket invocation in summary sidebar --- shop/components/wizard/summary-sidebar.tsx | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/shop/components/wizard/summary-sidebar.tsx b/shop/components/wizard/summary-sidebar.tsx index 8a846ae..420346a 100644 --- a/shop/components/wizard/summary-sidebar.tsx +++ b/shop/components/wizard/summary-sidebar.tsx @@ -236,10 +236,13 @@ export function SummarySidebar({ )} {!allCategoriesFilled && ( -

- - Bitte aus jeder Pflichtkategorie einen Artikel wählen. -

+
+ +
+

Pflichtkategorie fehlt!

+

Bitte wählen Sie aus allen rot markierten Pflichtkategorien einen Artikel aus.

+
+
)} {productValidationErrors.map((err, errIdx) => (

@@ -277,12 +280,7 @@ export function SummarySidebar({