chore: update
This commit is contained in:
@@ -608,6 +608,11 @@ export default function OrdersScreen() {
|
||||
€
|
||||
</Text>
|
||||
)}
|
||||
{(itemsModal.commandInfo?.referral_used ?? 0) > 0 && (
|
||||
<Text style={[styles.modalTotal, { color: colors.success }]}>
|
||||
Parrainage: -{Number(itemsModal.commandInfo.referral_used).toFixed(2)} €
|
||||
</Text>
|
||||
)}
|
||||
</View>
|
||||
)}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user