From 59126dc536103c7837add337e36a20a25bf154ce Mon Sep 17 00:00:00 2001 From: AminGhasempoor Date: Mon, 8 Apr 2024 11:26:53 +0330 Subject: [PATCH] fixed bugs --- src/components/dashboard/navgan/followUp-loan/RequestCard.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/dashboard/navgan/followUp-loan/RequestCard.jsx b/src/components/dashboard/navgan/followUp-loan/RequestCard.jsx index b527295..3835836 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.latest_history.expert_description}`} + {`${t("LoanFollowUp.loan_description")}: ${item.latestHistory.expert_description}`} )} {item.bank_status == 0 && (