Correction de bugs Historique de paiement
This commit is contained in:
parent
ee37cb177b
commit
42d718f988
|
@ -571,9 +571,6 @@ const HistoriqueNanoSanteUserScreen = ({
|
||||||
</View>
|
</View>
|
||||||
</View>
|
</View>
|
||||||
<View style={{flexDirection: 'row', marginTop: 10}}>
|
<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'}}>
|
<View style={{flex: 1, alignItems: 'flex-end'}}>
|
||||||
<Text
|
<Text
|
||||||
style={[Typography.caption1, Color.grayColor]}>{moment(historyItemDetail.next_payment_deadline).format('YYYY-MM-DD')}</Text>
|
style={[Typography.caption1, Color.grayColor]}>{moment(historyItemDetail.next_payment_deadline).format('YYYY-MM-DD')}</Text>
|
||||||
|
@ -876,8 +873,6 @@ const HistoriqueNanoSanteUserScreen = ({
|
||||||
</Text>
|
</Text>
|
||||||
</View>
|
</View>
|
||||||
<View style={{flex: 1, alignItems: 'flex-end'}}>
|
<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}>
|
<Text footnote light numberOfLines={1}>
|
||||||
{`${I18n.t('MONTANT_RESTANT')}: ${item.remaining_amount}`}
|
{`${I18n.t('MONTANT_RESTANT')}: ${item.remaining_amount}`}
|
||||||
</Text>
|
</Text>
|
||||||
|
|
Loading…
Reference in New Issue