refactor: Clean up and standardize JSX structure in MergePreviewForm component

This commit is contained in:
Nils-Johan Gynther
2026-04-12 09:08:24 +02:00
parent a76fc5ecc5
commit 4d3873c9e4
@@ -339,6 +339,8 @@ export default function MergePreviewForm({ products }: Props) {
</article>
) : null}
</div>
) : null}
</div>
)}
</section>
);