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 && (