fix: errored txs may not have txhash

This commit is contained in:
Rafael Taranto 2025-05-26 12:23:41 +01:00
parent 6d9304ca14
commit 0e7aa6006c

View file

@ -37,7 +37,7 @@ const CopyToClipboard = ({
const text = value
? value
: removeSpace
? R.replace(/\s/g, '')(children)
? R.replace(/\s/g, '')(children ?? '')
: children
return (