update wallet history

This commit is contained in:
Wikzyy
2025-03-27 09:51:42 +07:00
parent 938edde704
commit 892b1ad810
2 changed files with 1 additions and 8 deletions

View File

@ -73,7 +73,7 @@ const ManageWalletContextProvider = ({ children }: { children: React.ReactNode }
{
accessorFn: (row) => row.name,
id: 'name',
header: ({ column }) => <DataGridColumnHeader title="Name" column={column} />,
header: ({ column }) => <DataGridColumnHeader title="Wallet Name" column={column} />,
enableSorting: true,
enableHiding: false,
meta: {