Correction de bugs Historique de paiement

This commit is contained in:
Brice Zele 2022-05-11 11:19:43 +01:00
parent ee37cb177b
commit 42d718f988
1 changed files with 0 additions and 5 deletions

View File

@ -571,9 +571,6 @@ const HistoriqueNanoSanteUserScreen = ({
</View>
</View>
<View style={{flexDirection: 'row', marginTop: 10}}>
<View style={{flex: 1}}>
<Text style={[styles.body2]}>{I18n.t('NEXT_ECHEANCE')}</Text>
</View>
<View style={{flex: 1, alignItems: 'flex-end'}}>
<Text
style={[Typography.caption1, Color.grayColor]}>{moment(historyItemDetail.next_payment_deadline).format('YYYY-MM-DD')}</Text>
@ -876,8 +873,6 @@ const HistoriqueNanoSanteUserScreen = ({
</Text>
</View>
<View style={{flex: 1, alignItems: 'flex-end'}}>
<Text
caption1>{`${I18n.t('NEXT_ECHEANCE')}: ${moment(item.next_parment_reminder).format('YYYY-MM-DD')}`}</Text>
<Text footnote light numberOfLines={1}>
{`${I18n.t('MONTANT_RESTANT')}: ${item.remaining_amount}`}
</Text>