From 8bd47905b0288bce78454d5d3e526f71486a38e2 Mon Sep 17 00:00:00 2001 From: DanielS Date: Thu, 9 Jul 2026 22:24:53 +0200 Subject: [PATCH] fix: resolve bracket syntax error in order-wizard.tsx --- shop/components/order-wizard.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shop/components/order-wizard.tsx b/shop/components/order-wizard.tsx index 54c696b..2af1043 100644 --- a/shop/components/order-wizard.tsx +++ b/shop/components/order-wizard.tsx @@ -1079,7 +1079,8 @@ export function OrderWizard({ )} - ))} + ) + })} )}