From 86e6d45091594fd1af0c7ad82677218f1fc5ce7c Mon Sep 17 00:00:00 2001 From: AmirHossein Mahmoodi Date: Mon, 12 Feb 2024 11:31:27 +0330 Subject: [PATCH] fixed bugs --- src/components/dashboard/navgan/followUp-loan/RequestCard.jsx | 2 +- src/components/dashboard/navgan/show/form/index.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 && (