diff --git a/src/pages/dashboards/home/DashboardHomePage.tsx b/src/pages/dashboards/home/DashboardHomePage.tsx index 71ba39a..fbfa443 100644 --- a/src/pages/dashboards/home/DashboardHomePage.tsx +++ b/src/pages/dashboards/home/DashboardHomePage.tsx @@ -261,15 +261,15 @@ const DashboardHomePage = () => { {/* Account Balance Cards */} - {currentRole === 'Escrow' || currentRole === 'Master Agent' ? ( + {/* {currentRole === 'Escrow' || currentRole === 'Master Agent' ? (
- ) : null} + ) : null} */}
{bankaccount?.data && bankaccount?.data.length > 0 - && getAuth()?.statusbalance=='Y' + // && getAuth()?.statusbalance=='Y' ? ( bankaccount?.data.map((bankaccountdatas: { id_balance:string,amount: string, credit_limit: string, monthly_limit: string; wallet: string; }, index: number) => ( = ({ return ( - + Details Wallet Statement @@ -333,7 +333,7 @@ const ShowDetailWalletDialog: React.FC = ({