Merge branch 'release/v1.30.1'
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
@@ -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}`}
|
||||
</Typography>
|
||||
)}
|
||||
{item.bank_status == 0 && (
|
||||
|
||||
Reference in New Issue
Block a user