diff --git a/example.env.local b/example.env.local index c07aec6..3faf14d 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.29.1" +NEXT_PUBLIC_API_VERSION = "1.29.3" 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 f608686..9c79f1f 100644 --- a/src/components/dashboard/navgan/followUp-loan/RequestCard.jsx +++ b/src/components/dashboard/navgan/followUp-loan/RequestCard.jsx @@ -59,7 +59,7 @@ const RequestCard = ({item}) => { {`${t("LoanFollowUp.loan_description")}: ${item.latest_history.expert_description}`} )} - {item.state_id === 8 && item.bank_status === 0 && ( + {item.state_id === 8 && item.bank_status == 0 && (