diff --git a/example.env.local b/example.env.local index 78d83c5..4156f0a 100644 --- a/example.env.local +++ b/example.env.local @@ -1,5 +1,5 @@ NEXT_PUBLIC_API_NAME = "Loan Facilities Dashboard" -NEXT_PUBLIC_API_VERSION = "1.30.0" +NEXT_PUBLIC_API_VERSION = "1.30.1" NEXT_PUBLIC_DEFAULT_LANGUAGE = "fa" NEXT_PUBLIC_DEFAULT_DIRECTION = "rtl" 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 && (