update card dashboard

This commit is contained in:
wayanrivan
2025-05-22 13:01:03 +07:00
parent b11fe62bd6
commit 8ee87d889c

View File

@ -261,11 +261,11 @@ const DashboardHomePage = () => {
</Helmet> </Helmet>
<Container> <Container>
{/* Account Balance Cards */} {/* Account Balance Cards */}
{currentRole === 'Escrow' || currentRole === 'Master Agent' ? ( {/* {currentRole === 'Escrow' || currentRole === 'Master Agent' ? (
<div className="grid gap-5 lg:gap-7.5 mb-14 mt-7"> <div className="grid gap-5 lg:gap-7.5 mb-14 mt-7">
<BalanceCard id={idCustomer} /> <BalanceCard id={idCustomer} />
</div> </div>
) : null} ) : null} */}
<div className="flex space-x-4 mt-5"> <div className="flex space-x-4 mt-5">
{bankaccount?.data && bankaccount?.data.length > 0 {bankaccount?.data && bankaccount?.data.length > 0