merging dashboard

This commit is contained in:
Yasiu1376
2024-01-14 10:27:54 +03:30
parent 7c8e8f44d6
commit d1949152ca

View File

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