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}
|
||||
metadata={metadata}
|
||||
eoa={
|
||||
showCodeIndicator !== undefined && blockNumber !== undefined
|
||||
showCodeIndicator && blockNumber !== undefined
|
||||
? !toHasCode
|
||||
: undefined
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue