From e3787b987800921a90fbb755e6a006029b3df5da Mon Sep 17 00:00:00 2001 From: Raja Oktafrianto Date: Fri, 23 May 2025 13:38:52 +0700 Subject: [PATCH] update --- .../wallet/wallet-statement/blocks/ShowDetailDialog.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/wallet/wallet-statement/blocks/ShowDetailDialog.tsx b/src/pages/wallet/wallet-statement/blocks/ShowDetailDialog.tsx index b27f48f..49c6c5a 100644 --- a/src/pages/wallet/wallet-statement/blocks/ShowDetailDialog.tsx +++ b/src/pages/wallet/wallet-statement/blocks/ShowDetailDialog.tsx @@ -181,15 +181,15 @@ const ShowDetailWalletDialog = () => { 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]' }