diff --git a/src/pages/dashboards/home/DashboardHomePage.tsx b/src/pages/dashboards/home/DashboardHomePage.tsx index 71ba39a..9ee6e5d 100644 --- a/src/pages/dashboards/home/DashboardHomePage.tsx +++ b/src/pages/dashboards/home/DashboardHomePage.tsx @@ -261,11 +261,11 @@ const DashboardHomePage = () => { {/* Account Balance Cards */} - {currentRole === 'Escrow' || currentRole === 'Master Agent' ? ( + {/* {currentRole === 'Escrow' || currentRole === 'Master Agent' ? (
- ) : null} + ) : null} */}
{bankaccount?.data && bankaccount?.data.length > 0