From 216ba0797e5374939e91cdee878a236993875719 Mon Sep 17 00:00:00 2001 From: imhson Date: Tue, 6 Feb 2024 17:36:47 +0700 Subject: [PATCH] update --- app/my-inventory/txs.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/my-inventory/txs.tsx b/app/my-inventory/txs.tsx index c96a19a..f5ac486 100644 --- a/app/my-inventory/txs.tsx +++ b/app/my-inventory/txs.tsx @@ -29,7 +29,7 @@ export default function Txs() { target='_blank' href={`${getConfig().AURASCAN_ENDPOINT}/transaction/${row?.tx_info?.tx_hash}`} className='text-[#B93139] flex-1 pr-4'> - {shortHash(row?.tx_info?.tx_hash)} + {row?.tx_info?.tx_hash ? shortHash(row?.tx_info?.tx_hash) : 'Error Tx Hash'}
{moment(row.updated_at).format('DD/MM/yyyy HH:mm')}