Merge branch 'release/v1.30.1'

This commit is contained in:
Amirhossein Mahmoodi
2024-04-08 11:32:15 +03:30
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
NEXT_PUBLIC_API_NAME = "Loan Facilities Dashboard" 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_LANGUAGE = "fa"
NEXT_PUBLIC_DEFAULT_DIRECTION = "rtl" NEXT_PUBLIC_DEFAULT_DIRECTION = "rtl"

View File

@@ -55,7 +55,7 @@ const RequestCard = ({item}) => {
overflowWrap: 'break-word', overflowWrap: 'break-word',
wordBreak: 'break-word' wordBreak: 'break-word'
}}> }}>
{`${t("LoanFollowUp.loan_description")}: ${item.latest_history.expert_description}`} {`${t("LoanFollowUp.loan_description")}: ${item.latestHistory.expert_description}`}
</Typography> </Typography>
)} )}
{item.bank_status == 0 && ( {item.bank_status == 0 && (