fix: correct metadata access and locale variable names

This commit is contained in:
Unchained
2026-03-24 14:16:49 +02:00
parent df95e729fc
commit 569a3e65fe
3 changed files with 3 additions and 3 deletions

View File

@@ -86,7 +86,7 @@ export default async function ProductsPage({ params }: ProductsPageProps) {
key={product.id}
product={product}
index={index}
locale={productLocale}
locale={validLocale}
/>
))}
</div>