diff --git a/src/components/dashboard/navgan/followUp-loan/RequestCard.jsx b/src/components/dashboard/navgan/followUp-loan/RequestCard.jsx index 0efd582..30e19e5 100644 --- a/src/components/dashboard/navgan/followUp-loan/RequestCard.jsx +++ b/src/components/dashboard/navgan/followUp-loan/RequestCard.jsx @@ -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}`} )}