diff --git a/src/pages/dashboards/home/DashboardHomePage.tsx b/src/pages/dashboards/home/DashboardHomePage.tsx
index fbfa443..9ee6e5d 100644
--- a/src/pages/dashboards/home/DashboardHomePage.tsx
+++ b/src/pages/dashboards/home/DashboardHomePage.tsx
@@ -269,7 +269,7 @@ const DashboardHomePage = () => {
{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) => (
= ({
meta: { headerClassName: 'min-w-[80px]' },
},
{
- accessorKey: 'amount',
- header: ({ column }: any) => ,
+ accessorKey: 'pre_amount',
+ header: ({ column }: any) => ,
enableSorting: false,
cell: (info: any) => info.getValue()?.toFixed(2),
meta: { headerClassName: 'min-w-[100px]' },
},
{
- accessorKey: 'pre_amount',
- header: ({ column }: any) => ,
+ accessorKey: 'amount',
+ header: ({ column }: any) => ,
enableSorting: false,
cell: (info: any) => info.getValue()?.toFixed(2),
meta: { headerClassName: 'min-w-[100px]' },