No recent transactions
{tx.type === 'evidence' && 'Evidence Recorded'} {tx.type === 'property' && 'Property NFT Minted'} {tx.type === 'case' && 'Case Created'} {tx.type === 'audit' && 'Audit Entry'}
{tx.hash ? `${tx.hash.substring(0, 10)}...${tx.hash.substring(tx.hash.length - 4)}` : 'No hash'}
{tx.createdAt ? new Date(tx.createdAt).toLocaleTimeString() : 'Just now'}