fixed bugs
This commit is contained in:
@@ -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 && (
|
||||
|
||||
Reference in New Issue
Block a user