chore: build
Backend - Build & Lint / build (push) Successful in 40m56s
Frontend Admin - EAS Build / build (push) Successful in 1h28m48s
Frontend Client - EAS Build / build (push) Successful in 1h23m23s
Frontend Web - Build & Lint / build (push) Successful in 15m50s

This commit is contained in:
Xor290
2026-09-12 17:08:19 +02:00
parent 9f5f709507
commit b6189ac787
10 changed files with 806 additions and 16 deletions
@@ -621,11 +621,10 @@ export default function ProductDetailScreen() {
hasPromo && { color: "#22c55e" },
]}
>
{selectedPrice.toFixed(2)} {" "}
{selectedGrams &&
`pour ${selectedGrams}${product.unit || "g"}`}
{hasPromo &&
` (-${selectedTier!.promo_percent}%)`}
{selectedPrice.toFixed(2)}
{!hasPromo &&
selectedGrams &&
` pour ${selectedGrams}${product.unit || "g"}`}
</Text>
</View>
);