Fix code indicator display flag
This commit is contained in:
parent
2d38df965d
commit
23c99ec957
@ -48,7 +48,7 @@ const TransactionAddress: React.FC<TransactionAddressProps> = ({
|
|||||||
creation={creation}
|
creation={creation}
|
||||||
metadata={metadata}
|
metadata={metadata}
|
||||||
eoa={
|
eoa={
|
||||||
showCodeIndicator !== undefined && blockNumber !== undefined
|
showCodeIndicator && blockNumber !== undefined
|
||||||
? !toHasCode
|
? !toHasCode
|
||||||
: undefined
|
: undefined
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user