fix: resolve bracket syntax error in order-wizard.tsx
All checks were successful
Staging Build / build (push) Successful in 2m52s

This commit is contained in:
DanielS
2026-07-09 22:24:53 +02:00
parent 309dc33acd
commit 8bd47905b0

View File

@@ -1079,7 +1079,8 @@ export function OrderWizard({
)}
</Label>
</div>
))}
)
})}
</RadioGroup>
)}