chore: build

This commit is contained in:
2026-06-11 11:10:51 +02:00
parent 38e9bff7ee
commit fbb680ccb2
4 changed files with 23 additions and 12 deletions
@@ -623,7 +623,7 @@ export default function OrderHistoryScreen() {
)}
<View style={styles.orderFooter}>
<Text style={styles.orderTotal}>
{formatPrice(order.total_prix || 0)}
{formatPrice((order.total_prix || 0) - (order.referral_used || 0))}
</Text>
<Ionicons
name="chevron-forward"