fixed bugs

This commit is contained in:
2024-04-08 11:26:53 +03:30
parent 3bdffbf7ce
commit 59126dc536

View File

@@ -55,7 +55,7 @@ const RequestCard = ({item}) => {
overflowWrap: 'break-word',
wordBreak: 'break-word'
}}>
{`${t("LoanFollowUp.loan_description")}: ${item.latest_history.expert_description}`}
{`${t("LoanFollowUp.loan_description")}: ${item.latestHistory.expert_description}`}
</Typography>
)}
{item.bank_status == 0 && (