complete edit and details part of loan

This commit is contained in:
2023-12-20 13:22:07 +03:30
parent c95b4c329e
commit d864108439
13 changed files with 852 additions and 542 deletions

View File

@@ -13,13 +13,13 @@ const DashboardLayout = (props) => {
return (
<>
<DashboardLayoutPure
middlewares={{list: [UserInfo], props: {...middlewaresProps,loginUrl:'/login'}}}
middlewares={{list: [UserInfo], props: {...middlewaresProps, loginUrl: '/login'}}}
user_introduction={user.phone_number}
headerProfileItems={headerProfileItems}
headerSubtitle={`${t('today')} ${moment().locale('fa').format('LL')}`}
sidebarMenu={sidebarMenu}
urlNotification={GET_SIDEBAR_NOTIFICATION}
BC_segmentsToRemove={['navgan']}
BC_segmentsToRemove={['navgan', '[id]']}
{...props}
/>
</>