From 59126dc536103c7837add337e36a20a25bf154ce Mon Sep 17 00:00:00 2001 From: AminGhasempoor Date: Mon, 8 Apr 2024 11:26:53 +0330 Subject: [PATCH 1/2] 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 && ( From 509c6aa4afeb2a161c05971793524011b81d33ac Mon Sep 17 00:00:00 2001 From: Amirhossein Mahmoodi Date: Mon, 8 Apr 2024 11:31:53 +0330 Subject: [PATCH 2/2] change version --- example.env.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"