fix: errored txs may not have txhash
This commit is contained in:
parent
6d9304ca14
commit
0e7aa6006c
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ const CopyToClipboard = ({
|
||||||
const text = value
|
const text = value
|
||||||
? value
|
? value
|
||||||
: removeSpace
|
: removeSpace
|
||||||
? R.replace(/\s/g, '')(children)
|
? R.replace(/\s/g, '')(children ?? '')
|
||||||
: children
|
: children
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue