diff --git a/screens/wallet/agent/SaisirFeuilleSoinScreen.js b/screens/wallet/agent/SaisirFeuilleSoinScreen.js index 4705b872..31822e3f 100644 --- a/screens/wallet/agent/SaisirFeuilleSoinScreen.js +++ b/screens/wallet/agent/SaisirFeuilleSoinScreen.js @@ -1506,6 +1506,7 @@ const SaisirFeuilleSoinScreen = ({ }]); } else { setAssure(item); + setPhoto(item.user.identification.user_image); setBeneficiary(null); setStatutPatient(1); setModalListAssure(false); @@ -1544,6 +1545,7 @@ const SaisirFeuilleSoinScreen = ({ } else { setAssure(item); setBeneficiary(beneficiary); + setPhoto(beneficiary.profile_image); setStatutPatient(0); setModalListAssure(false); setFieldValue( @@ -1714,7 +1716,6 @@ const SaisirFeuilleSoinScreen = ({ } }, }); - const onNext = () => { console.log("currentStep", currentStep); switch (currentStep) { @@ -1818,7 +1819,7 @@ const SaisirFeuilleSoinScreen = ({ + style={{width: 150, height: 150, borderRadius: 75}}/> ( - { setModalPaymentDetail(false); }} - swipeDirection={['down']} + swipeDirection={null} style={styles.bottomModal}> - ) const renderModalHistoryDetail = () => ( @@ -1165,6 +1163,7 @@ const styles = StyleSheet.create({ }, contentFilterBottom: { width: "100%", + maxHeight: '90%', borderTopLeftRadius: 8, borderTopRightRadius: 8, paddingHorizontal: 20 diff --git a/utils/i18n/fr.json b/utils/i18n/fr.json index bb4d8538..c6271bff 100755 --- a/utils/i18n/fr.json +++ b/utils/i18n/fr.json @@ -755,7 +755,7 @@ "NEXT_ECHEANCE": "Prochaine échéance", "MONTANT_RESTANT": "Montant restant", "LAST_PAYMENT": "Dernier paiement", - "AMOUNT_PER_SPLIT": "Montant par échéance", + "AMOUNT_PER_SPLIT": "Montant min. par échéance", "ETAT_ASSURANCE": "Etat assurance", "PRIME_BASE": "Prime de base", "PAYMENTS": "Paiements",