From 5b837d8cc20dd5a776687e6c1ecf2790fe7a55bb Mon Sep 17 00:00:00 2001 From: bagusajisaputroo Date: Thu, 15 May 2025 23:20:11 +0700 Subject: [PATCH] Remove is bank on wallet history --- .../hooks/ManageWalletHistoryContext.tsx | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/pages/wallet/wallet-history/hooks/ManageWalletHistoryContext.tsx b/src/pages/wallet/wallet-history/hooks/ManageWalletHistoryContext.tsx index b1ad5b5..1431e45 100644 --- a/src/pages/wallet/wallet-history/hooks/ManageWalletHistoryContext.tsx +++ b/src/pages/wallet/wallet-history/hooks/ManageWalletHistoryContext.tsx @@ -182,16 +182,16 @@ const ManageWalletContextProvider = ({ children }: { children: React.ReactNode } headerClassName: 'w-[200px]' } }, - { - accessorFn: (row) => row.group?.is_bank, - id: 'is_bank', - header: ({ column }) => , - enableSorting: false, - enableHiding: false, - meta: { - headerClassName: 'w-[200px]' - } - } + // { + // accessorFn: (row) => row.group?.is_bank, + // id: 'is_bank', + // header: ({ column }) => , + // enableSorting: false, + // enableHiding: false, + // meta: { + // headerClassName: 'w-[200px]' + // } + // } ], [] );