diff --git a/app/[slug]/page.tsx b/app/[slug]/page.tsx index 71a0f45..2b0f195 100644 --- a/app/[slug]/page.tsx +++ b/app/[slug]/page.tsx @@ -221,6 +221,11 @@ function PublicWishlistContent() {
+ {new Intl.NumberFormat('pt-BR', { style: 'currency', currency: item.currency || 'BRL' }).format(item.price)} +
+ )} {showQuantitySummary && ({item.claimedQuantity} de {item.quantity} reservados @@ -242,7 +247,9 @@ function PublicWishlistContent() {
+ {new Intl.NumberFormat('pt-BR', { style: 'currency', currency: item.currency || 'BRL' }).format(item.price)} + {item.quantity > 1 && ` · Qtd: ${item.quantity}`} +
+ )} + {item.price == null && item.quantity > 1 && ( ++ Qtd: {item.quantity} +
+ )} {item.description && ({item.description}