Fix JSX indentation in Similar Products section

This commit is contained in:
Unchained
2026-03-22 09:11:13 +02:00
parent 140d82c7f4
commit 97fc5f5f1d

View File

@@ -426,6 +426,7 @@ export default function ProductDetail({ product, relatedProducts, locale = "SR"
))} ))}
</div> </div>
</div> </div>
</div>
</section> </section>
)} )}