chore: update

This commit is contained in:
2026-03-08 19:57:41 +01:00
parent 5329fa1b27
commit 60bf89629f
2 changed files with 18 additions and 0 deletions
@@ -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>
)}