Fix the default always overriding to address
This commit is contained in:
parent
86a55fe55a
commit
e065ac45dc
@ -14,7 +14,7 @@ export const EtherScanIcon = (props: EtherScanIconProps) => {
|
||||
const etherscanLinkIfExists = sharedUtils.getEtherScanLinkIfExists(
|
||||
props.addressOrTxHash,
|
||||
props.networkId,
|
||||
EtherscanLinkSuffixes.Address,
|
||||
props.etherscanLinkSuffixes,
|
||||
);
|
||||
const transactionTooltipId = `${props.addressOrTxHash}-etherscan-icon-tooltip`;
|
||||
return (
|
||||
|
Loading…
x
Reference in New Issue
Block a user