update
This commit is contained in:
@ -141,7 +141,7 @@ const ShowDetailWalletDialog = () => {
|
|||||||
enableSorting: false,
|
enableSorting: false,
|
||||||
cell: (info: any) => info.getValue() || '-',
|
cell: (info: any) => info.getValue() || '-',
|
||||||
meta: { headerClassName: 'min-w-[200px]' }
|
meta: { headerClassName: 'min-w-[200px]' }
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
const getTransactionLists = useCallback(
|
const getTransactionLists = useCallback(
|
||||||
|
|||||||
Reference in New Issue
Block a user