From c25cf41a5626f173b610611bcf4ab94f45c74133 Mon Sep 17 00:00:00 2001 From: bagusajisaputroo Date: Thu, 19 Jun 2025 18:03:11 +0700 Subject: [PATCH] [skip ci] delete $ on max_transaction_per_day in wallet rule --- src/pages/master/walletRule/hooks/ManageWalletRuleContext.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/master/walletRule/hooks/ManageWalletRuleContext.tsx b/src/pages/master/walletRule/hooks/ManageWalletRuleContext.tsx index bb5af1a..a88bd65 100644 --- a/src/pages/master/walletRule/hooks/ManageWalletRuleContext.tsx +++ b/src/pages/master/walletRule/hooks/ManageWalletRuleContext.tsx @@ -129,7 +129,6 @@ const ManageWalletRuleContextProvider = ({ children }: { children: React.ReactNo ), enableSorting: true, enableHiding: false, - cell: ({ row }) => currencyFormat(row.original.max_transaction_per_day), meta: { headerClassName: 'w-[250px]' } }, {